OSDN Git Service

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