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:
Colin Ian King 2024-03-15 08:44:17 +00:00 committed by Mark Brown
parent 4cece76496
commit aad6b35290
No known key found for this signature in database
GPG Key ID: 24D68B725D5487D0

View File

@ -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)