]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitb7660bd9c1adc54a1c09a5d850b21eebd593f672
tree96f71e76778c7136100c59836693c22d8674c04a
parent0b93b587569ef17e5b7b6730a51a1b50f93092c5
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