diff --git a/drivers/regulator/core.c b/drivers/regulator/core.c index a968dabb48f55..17c98c5fa45f1 100644 --- a/drivers/regulator/core.c +++ b/drivers/regulator/core.c @@ -3932,7 +3932,6 @@ static int regulator_get_optimal_voltage(struct regulator_dev *rdev, if (ret < 0) return ret; - possible_uV = desired_min_uV; done = true; goto finish;