diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2013-12-26 04:09:03 -0500 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-12-30 06:56:32 -0500 |
commit | 699b36973df9d70231c48302b1bafe06be52a0c7 (patch) | |
tree | 930a8a2ee75fabfbf1eceb7769284e5b32eac949 /drivers | |
parent | 6ce4eac1f600b34f2f7f58f9cd8f0503d79e42ae (diff) |
regulator: s2mps11: Clean up redundant code
BUCK 3 and 4 share the same ramp delay. Hence make it a fall through
case instead of duplicating the code.
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/regulator/s2mps11.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/regulator/s2mps11.c b/drivers/regulator/s2mps11.c index 333677d68d0e..39fbe6a10c14 100644 --- a/drivers/regulator/s2mps11.c +++ b/drivers/regulator/s2mps11.c | |||
@@ -70,8 +70,6 @@ static int s2mps11_regulator_set_voltage_time_sel(struct regulator_dev *rdev, | |||
70 | ramp_delay = s2mps11->ramp_delay2; | 70 | ramp_delay = s2mps11->ramp_delay2; |
71 | break; | 71 | break; |
72 | case S2MPS11_BUCK3: | 72 | case S2MPS11_BUCK3: |
73 | ramp_delay = s2mps11->ramp_delay34; | ||
74 | break; | ||
75 | case S2MPS11_BUCK4: | 73 | case S2MPS11_BUCK4: |
76 | ramp_delay = s2mps11->ramp_delay34; | 74 | ramp_delay = s2mps11->ramp_delay34; |
77 | break; | 75 | break; |