OSDN Git Service

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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 27 Jan 2020 13:50:28 +0000 (14:50 +0100)
commit31c98a2efa5b51f117a725a3977826443bc3b1e1
tree0e84737dcec9169f4246979a7369d34191136024
parent0aa85e608198db46d7e7e6b08d8b217592b6b7dc
regulator: wm831x-dcdc: Fix list of wm831x_dcdc_ilim from mA to uA

[ Upstream commit c25d47888f0fb3d836d68322d4aea2caf31a75a6 ]

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: e4ee831f949a ("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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/regulator/wm831x-dcdc.c