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

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

Merge "qpnp-fg-gen3: update the FCC unit while notifying charger"

parents 876d5731 a53c420c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1663,7 +1663,7 @@ static void fg_notify_charger(struct fg_chip *chip)
		return;
	}

	prop.intval = chip->bp.fastchg_curr_ma;
	prop.intval = chip->bp.fastchg_curr_ma * 1000;
	rc = power_supply_set_property(chip->batt_psy,
			POWER_SUPPLY_PROP_CONSTANT_CHARGE_CURRENT_MAX, &prop);
	if (rc < 0) {