]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
ASoC: tegra: AHUB: Remove unneeded semicolon
authorChen Ni <nichen@iscas.ac.cn>
Tue, 17 Jun 2025 03:21:03 +0000 (11:21 +0800)
committerMark Brown <broonie@kernel.org>
Tue, 17 Jun 2025 11:50:23 +0000 (12:50 +0100)
Remove unnecessary semicolons reported by Coccinelle/coccicheck and the
semantic patch at scripts/coccinelle/misc/semicolon.cocci.

Signed-off-by: Chen Ni <nichen@iscas.ac.cn>
Link: https://patch.msgid.link/20250617032103.1725040-1-nichen@iscas.ac.cn
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/tegra/tegra210_ahub.c

index 2376cc76e6842cfa604a5bef049871f7f48e74b5..21aeaeba0b1079343a548120c47df6ddc8b93281 100644 (file)
@@ -2066,7 +2066,7 @@ static bool tegra264_ahub_wr_reg(struct device *dev, unsigned int reg)
                        return true;
                default:
                        break;
-               };
+               }
        }
 
        return false;