diff --git a/drivers/regulator/core.c b/drivers/regulator/core.c index 2dccc4b3766ea473812b78fbac3a9913403a22bf..42681c10cbe4fa9f7f001be90ff60dcdd3cf0db8 100644 --- a/drivers/regulator/core.c +++ b/drivers/regulator/core.c @@ -2980,7 +2980,7 @@ static int regulator_set_voltage_unlocked(struct regulator *regulator, goto out2; } - best_supply_uV = _regulator_list_voltage(regulator, selector, 0); + best_supply_uV = _regulator_list_voltage(rdev, selector, 0); if (best_supply_uV < 0) { ret = best_supply_uV; goto out2;