Loading drivers/power/qpnp-fg.c +1 −1 Original line number Diff line number Diff line Loading @@ -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); } Loading Loading
drivers/power/qpnp-fg.c +1 −1 Original line number Diff line number Diff line Loading @@ -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); } Loading