]> 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)
commit414488330eac910f4ca3a51920745029c284854e
tree09b5f8b128991f74dabcd98fabfebae209e94bbf
parent15b0844987705ed39c1664a2d14aad94679a492b
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