From: Mark Brown broonie@linaro.org
Clearly the testing only covered the bottom range.
Signed-off-by: Mark Brown broonie@linaro.org --- drivers/regulator/core.c | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/drivers/regulator/core.c b/drivers/regulator/core.c index fd3f6e0..42ae134 100644 --- a/drivers/regulator/core.c +++ b/drivers/regulator/core.c @@ -2446,6 +2446,8 @@ int regulator_map_voltage_linear_range(struct regulator_dev *rdev, return ret; }
+ ret += range->min_sel; + break; }
linaro-kernel@lists.linaro.org