regulator: hi6421: Use correct variable type for regmap api val argument
authorAxel Lin <axel.lin@ingics.com>
Sat, 19 Jun 2021 12:41:33 +0000 (20:41 +0800)
committerMark Brown <broonie@kernel.org>
Mon, 21 Jun 2021 12:07:43 +0000 (13:07 +0100)
commitae60e6a9d24e89a74e2512204ad04de94921bdd2
tree09b5f8b128991f74dabcd98fabfebae209e94bbf
parent7740ab84c13e32002742106afd443a4ca7fe3918
regulator: hi6421: Use correct variable type for regmap api val argument

Use unsigned int instead of u32 for regmap_read/regmap_update_bits val
argument.

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