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

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

Merge "power: battery: fix split current error log by adding USBIN check"

parents 11d53609 6c09b1ee
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -319,6 +319,7 @@ static ssize_t slave_pct_store(struct class *c, struct class_attribute *attr,
	vote(chip->pl_disable_votable, ICL_LIMIT_VOTER, disable, 0);
	rerun_election(chip->fcc_votable);
	rerun_election(chip->fv_votable);
	if (IS_USBIN(chip->pl_mode))
		split_settled(chip);

	return count;