]> git.baikalelectronics.ru Git - kernel.git/commit
regulator: wm831x-dcdc: Fix list of wm831x_dcdc_ilim from mA to uA
authorAxel Lin <axel.lin@ingics.com>
Sun, 24 Feb 2019 13:16:51 +0000 (21:16 +0800)
committerMark Brown <broonie@kernel.org>
Tue, 26 Feb 2019 11:47:56 +0000 (11:47 +0000)
commita8978ff64a7f46db32bfdc9ce358ba21b576c89b
treeeef758f4a397a6fbebf624b67472a55027ca13b6
parent03096a3e7276468c6cc76a04ccc5dda1dfe74da7
regulator: wm831x-dcdc: Fix list of wm831x_dcdc_ilim from mA to uA

The wm831x_dcdc_ilim entries needs to be uA because it is used to compare
with min_uA and max_uA.
While at it also make the array const and change to use unsigned int.

Fixes: dd43c45c61a1 ("regulator: Add WM831x DC-DC buck convertor support")
Signed-off-by: Axel Lin <axel.lin@ingics.com>
Acked-by: Charles Keepax <ckeepax@opensource.cirrus.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/regulator/wm831x-dcdc.c