commit | f8f1d48be393f517a16de4271cc8b7854efd693a | [log] [tgz] |
---|---|---|
author | Axel Lin <axel.lin@ingics.com> | Mon Aug 05 14:08:37 2013 +0800 |
committer | Mark Brown <broonie@linaro.org> | Tue Aug 13 11:17:58 2013 +0100 |
tree | c543e476d136f8b35eefd06806db50170840654e | |
parent | 80853304cdfb850a5e407e0e3cc8d8dc2a0b3094 [diff] |
regulator: s2mps11: Fix setting ramp_delay Current code has wrong mask and val arguments for updating ramp_delay. Fix it. Also ensure the return value of get_ramp_delay() won't greater than 3 because the mask field for ramp_val only takes 2 bits. Signed-off-by: Axel Lin <axel.lin@ingics.com> Signed-off-by: Mark Brown <broonie@linaro.org>