regmap: Fix the type used for a bitmap pointer
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Fri, 21 Jul 2023 17:25:43 +0000 (19:25 +0200)
committerMark Brown <broonie@kernel.org>
Sun, 23 Jul 2023 22:40:30 +0000 (23:40 +0100)
commitffb57ee9c0e2a9aae89016ee7b793a666c6aa4a5
tree1dae4dd1346d4a41f25f1e63ad4dc0059e824bcd
parent9c214af0bd0f43df214470a35bc38dd5602b666f
regmap: Fix the type used for a bitmap pointer

Bitmaps should be defined as 'unsigned long', not 'long'.
Fix the type of 'cache_present' is the 'struct regcache_rbtree_node'.

Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Link: https://lore.kernel.org/r/5600df5003d23da10efcfafbda97ca55776d0d29.1689960321.git.christophe.jaillet@wanadoo.fr
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/base/regmap/regcache-rbtree.c