Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 81db5cad authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "power: smb358-charger: Conditionally update battery status in term handler"

parents 704d6533 3c2e1b77
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1345,6 +1345,7 @@ static int fast_chg(struct smb358_charger *chip, u8 status)
static int chg_term(struct smb358_charger *chip, u8 status)
{
	dev_dbg(chip->dev, "%s\n", __func__);
	if (!chip->iterm_disabled)
		chip->batt_full = !!status;
	return 0;
}