OSDN Git Service

regulator: mt6323: Use unsigned int for volt_tables
authorAxel Lin <axel.lin@ingics.com>
Wed, 6 Mar 2019 01:43:30 +0000 (09:43 +0800)
committerMark Brown <broonie@kernel.org>
Mon, 18 Mar 2019 12:11:09 +0000 (12:11 +0000)
commitdad110a0c5c1a26782af571d49c439d6fd245901
tree94e9abe681f7853d7cec547ce14087b006e8b82f
parent5fe0ed24379698feb3852950ae7579aa85993c24
regulator: mt6323: 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/mt6323-regulator.c