OSDN Git Service

regulator: mt6397: Use unsigned int for volt_tables
authorAxel Lin <axel.lin@ingics.com>
Wed, 6 Mar 2019 01:43:32 +0000 (09:43 +0800)
committerMark Brown <broonie@kernel.org>
Mon, 18 Mar 2019 12:11:33 +0000 (12:11 +0000)
commitdc3b2881fad4a1e1fe7afb70e094293fa463183a
tree96f71e76778c7136100c59836693c22d8674c04a
parent1fc26296a26088442fefc489de94d8592e013375
regulator: mt6397: Use unsigned int for volt_tables

Make it consistent as .volt_table should be const unsigned int *.

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/regulator/mt6397-regulator.c