commit | 89e0f0e40002e0d95b7be079fa2c2133304ce09f | [log] [tgz] |
---|---|---|
author | Axel Lin <axel.lin@gmail.com> | Fri Feb 24 14:52:45 2012 +0800 |
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | Sun Mar 11 20:48:45 2012 +0000 |
tree | 195a191c2a0ea04e17f9b8daff8d5827ed495273 | |
parent | 0757b6020f5aaa9f770068ca0396c0ea5cb0740d [diff] |
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>