Skip to content

Commit

Permalink
soc: loongson: loongson2_guts: Remove unneeded semicolon
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Mingtong Bao authored and Arnd Bergmann committed Sep 27, 2023
1 parent daacef8 commit a776cc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/soc/loongson/loongson2_guts.c
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ static const struct loongson2_soc_die_attr *loongson2_soc_die_match(
if (matches->svr == (svr & matches->mask))
return matches;
matches++;
};
}

return NULL;
}
Expand Down

0 comments on commit a776cc4

Please sign in to comment.