diff options
author | Axel Lin <axel.lin@gmail.com> | 2012-07-04 05:55:07 +0200 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-07-04 13:39:38 +0200 |
commit | 9c6a74c5e0ca3bfac09cb1e7bf7629cc0f3aa48c (patch) | |
tree | c5c1d04ce47081ca27aaf1dac9d2a50532bb7bf5 /scripts | |
parent | regulator: twl: Set enable enable_time in regulator_desc (diff) | |
download | linux-9c6a74c5e0ca3bfac09cb1e7bf7629cc0f3aa48c.tar.xz linux-9c6a74c5e0ca3bfac09cb1e7bf7629cc0f3aa48c.zip |
regulator: ad5398: Fix min/max current limit boundary checking
It is ok to request current limit with min_uA < chip->min_uA and
max_uA > chip->max_uA.
We need to set min_uA = chip->min_uA if (min_uA < chip->min_uA),
this ensures the equation to calcuate selator does not return negative number.
Also set max_uA = chip->max_uA if (max_uA > chip->max_uA), as suggested by
Sonic.
Signed-off-by: Axel Lin <axel.lin@gmail.com>
Acked-by: Sonic Zhang <sonic.zhang@analog.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions