diff options
author | Axel Lin <axel.lin@gmail.com> | 2012-02-24 07:52:45 +0100 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-03-11 21:48:45 +0100 |
commit | 89e0f0e40002e0d95b7be079fa2c2133304ce09f (patch) | |
tree | 195a191c2a0ea04e17f9b8daff8d5827ed495273 /drivers/regulator/pcf50633-regulator.c | |
parent | regulator: mc13783: bail out without platform data (diff) | |
download | linux-89e0f0e40002e0d95b7be079fa2c2133304ce09f.tar.xz linux-89e0f0e40002e0d95b7be079fa2c2133304ce09f.zip |
regulator: Fix the logic of s5m8767_set_voltage_time_sel
This patch includes below fixes:
1. The mask variable is not used at all here, remove it.
2. We already have the new_sel and old_sel, simply returns the delay by:
DIV_ROUND_UP(desc->step * (new_sel - old_sel), s5m8767->ramp_delay);
Signed-off-by: Axel Lin <axel.lin@gmail.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'drivers/regulator/pcf50633-regulator.c')
0 files changed, 0 insertions, 0 deletions