]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit25afedc27117ad41f3e1723fb056d2890dfb4f5b
tree09b5f8b128991f74dabcd98fabfebae209e94bbf
parent158eda620099ae5553d69f220f1aa1ca946e4d2e
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