Unverified Commit aad6b352 authored by Colin Ian King's avatar Colin Ian King Committed by Mark Brown
Browse files

regmap: maple: Remove second semicolon



There is a statement with two semicolons. Remove the second one, it
is redundant.

Signed-off-by: default avatarColin Ian King <colin.i.king@gmail.com>
Link: https://msgid.link/r/20240315084417.2427797-1-colin.i.king@gmail.com


Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 4cece764
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)