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

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

Merge "power: qpnp-fg: fix wake-up source for gain compensation"

parents c446d167 1acdfd1b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3847,7 +3847,7 @@ static irqreturn_t fg_soc_irq_handler(int irq, void *_chip)
		schedule_work(&chip->charge_full_work);
	if (chip->wa_flag & IADC_GAIN_COMP_WA
			&& chip->iadc_comp_data.gain_active) {
		fg_stay_awake(&chip->resume_soc_wakeup_source);
		fg_stay_awake(&chip->gain_comp_wakeup_source);
		schedule_work(&chip->gain_comp_work);
	}