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

Commit a6d93a2a authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "power: qpnp-fg-gen4: Cancel ESR fast calibration timer properly"

parents 5767de70 4bc22364
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2493,8 +2493,8 @@ static void profile_load_work(struct work_struct *work)
out:
	if (!chip->esr_fast_calib || is_debug_batt_id(fg)) {
		/* If it is debug battery, then disable ESR fast calibration */
		chip->esr_fast_calib = false;
		fg_gen4_esr_fast_calib_config(chip, false);
		chip->esr_fast_calib = false;
	}

	if (chip->dt.multi_profile_load && rc < 0)