]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
regulator: s2mps11: Fix setting ramp_delay
authorAxel Lin <axel.lin@ingics.com>
Mon, 5 Aug 2013 06:08:37 +0000 (14:08 +0800)
committerMark Brown <broonie@linaro.org>
Tue, 13 Aug 2013 10:17:58 +0000 (11:17 +0100)
commitf8f1d48be393f517a16de4271cc8b7854efd693a
treec543e476d136f8b35eefd06806db50170840654e
parent80853304cdfb850a5e407e0e3cc8d8dc2a0b3094
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>
drivers/regulator/s2mps11.c