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

Commit 4ada2237 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-linear-charger: Fix charger UI updation issue"

parents 59128ed4 4c793aa8
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -2799,12 +2799,12 @@ static irqreturn_t qpnp_lbc_fastchg_irq_handler(int irq, void *_chip)
							kt);
			}
		}
	}

	if (chip->bat_if_base) {
		pr_debug("power supply changed batt_psy\n");
		power_supply_changed(chip->batt_psy);
	}
	}

	return IRQ_HANDLED;
}