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

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

Merge "power: smb1351-charger: Fix check in shutdown path for parallel disable"

parents f5c9996a 4443d763
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3268,7 +3268,7 @@ static void smb1351_charger_shutdown(struct i2c_client *client)
{
	struct smb1351_charger *chip = i2c_get_clientdata(client);

	if (chip->chg_present)
	if (!chip->parallel_charger_suspended)
		smb1351_usb_suspend(chip, USER, true);
}