]> 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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 28 Jul 2021 11:30:55 +0000 (13:30 +0200)
commita158411159ef63b3484cd373b146f0aea33f358f
tree2cba90526a4567c9644b9e2d2ac9599cf5821311
parent3b0c2f88b4cf4ab20b9b946085f9afd326d9c1af
regulator: hi6421: Use correct variable type for regmap api val argument

[ Upstream commit ae60e6a9d24e89a74e2512204ad04de94921bdd2 ]

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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/regulator/hi6421-regulator.c