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

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

Merge "power: smblib: correct PD voting when inactive"

parents 884b4395 3e89bd5d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2772,7 +2772,7 @@ int smblib_set_prop_pd_active(struct smb_charger *chg,
		hvdcp = stat & QC_CHARGER_BIT;
		vote(chg->apsd_disable_votable, PD_VOTER, false, 0);
		vote(chg->pd_allowed_votable, PD_VOTER, true, 0);
		vote(chg->usb_irq_enable_votable, PD_VOTER, true, 0);
		vote(chg->usb_irq_enable_votable, PD_VOTER, false, 0);
		vote(chg->hvdcp_disable_votable_indirect, PD_INACTIVE_VOTER,
								false, 0);