regmap: maple: Remove second semicolon
There is a statement with two semicolons. Remove the second one, it is redundant. Signed-off-by: Colin Ian King <colin.i.king@gmail.com> Link: https://msgid.link/r/20240315084417.2427797-1-colin.i.king@gmail.com Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
4cece76496
commit
aad6b35290
@ -294,7 +294,7 @@ static int regcache_maple_exit(struct regmap *map)
|
||||
{
|
||||
struct maple_tree *mt = map->cache;
|
||||
MA_STATE(mas, mt, 0, UINT_MAX);
|
||||
unsigned int *entry;;
|
||||
unsigned int *entry;
|
||||
|
||||
/* if we've already been called then just return */
|
||||
if (!mt)
|
||||
|
Loading…
Reference in New Issue
Block a user