regulator: mt6359: Use unsigned int for volt_tables
authorAxel Lin <axel.lin@ingics.com>
Sun, 6 Jun 2021 06:50:51 +0000 (14:50 +0800)
committerMark Brown <broonie@kernel.org>
Mon, 7 Jun 2021 15:24:09 +0000 (16:24 +0100)
commit5a5e31150c9ecdb76d3f87ed852f5c650d70c7d2
treeb1ee22273d2a5c07989dadc48fc82b210fca0a7c
parent431ea63b647fb35a0ff7f40f19c2bbd22abeb564
regulator: mt6359: Use unsigned int for volt_tables

The regulator_desc expects "const unsigned int *volt_table", thus use
unsigned int instead of u32.

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Link: https://lore.kernel.org/r/20210606065052.1417111-2-axel.lin@ingics.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/regulator/mt6359-regulator.c