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

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

Merge "regulator: core: Fix voltage change propagations to supply regulators" into msm-4.9

parents 4084be9c 1eefcd7d
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -2980,7 +2980,8 @@ static int regulator_set_voltage_unlocked(struct regulator *regulator,
		goto out2;

	if (rdev->supply && (rdev->desc->min_dropout_uV ||
				!rdev->desc->ops->get_voltage)) {
				!(rdev->desc->ops->get_voltage ||
					rdev->desc->ops->get_voltage_sel))) {
		int current_supply_uV;
		int selector;