mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-09 15:29:16 +00:00
soc: loongson: loongson2_guts: Remove unneeded semicolon
No functional modification involved. ./drivers/soc/loongson/loongson2_guts.c:73:2-3: Unneeded semicolon. Reviewed-by: Huacai Chen <chenhuacai@loongson.cn> Signed-off-by: Mingtong Bao <baomingtong001@208suo.com> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
This commit is contained in:
parent
daacef89cd
commit
a776cc4971
@ -70,7 +70,7 @@ static const struct loongson2_soc_die_attr *loongson2_soc_die_match(
|
|||||||
if (matches->svr == (svr & matches->mask))
|
if (matches->svr == (svr & matches->mask))
|
||||||
return matches;
|
return matches;
|
||||||
matches++;
|
matches++;
|
||||||
};
|
}
|
||||||
|
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user