regulator: mt6358: Use unsigned int for volt_tables
authorAxel Lin <axel.lin@ingics.com>
Sun, 6 Jun 2021 06:50:50 +0000 (14:50 +0800)
committerMark Brown <broonie@kernel.org>
Mon, 7 Jun 2021 15:24:08 +0000 (16:24 +0100)
commit431ea63b647fb35a0ff7f40f19c2bbd22abeb564
tree4aefc7fc04a0c74ea8fb2d2711bcc2663f0cd8b1
parent3c37d899ef8bd9940f9eee551c6c0b16b36aa1e2
regulator: mt6358: 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-1-axel.lin@ingics.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/regulator/mt6358-regulator.c