From: Chen Ni Date: Tue, 17 Jun 2025 03:21:03 +0000 (+0800) Subject: ASoC: tegra: AHUB: Remove unneeded semicolon X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=d9f38d9824bfb1b046d2e720349d2f45959ab184;p=users%2Fjedix%2Flinux-maple.git ASoC: tegra: AHUB: Remove unneeded semicolon Remove unnecessary semicolons reported by Coccinelle/coccicheck and the semantic patch at scripts/coccinelle/misc/semicolon.cocci. Signed-off-by: Chen Ni Link: https://patch.msgid.link/20250617032103.1725040-1-nichen@iscas.ac.cn Signed-off-by: Mark Brown --- diff --git a/sound/soc/tegra/tegra210_ahub.c b/sound/soc/tegra/tegra210_ahub.c index 2376cc76e6842..21aeaeba0b107 100644 --- a/sound/soc/tegra/tegra210_ahub.c +++ b/sound/soc/tegra/tegra210_ahub.c @@ -2066,7 +2066,7 @@ static bool tegra264_ahub_wr_reg(struct device *dev, unsigned int reg) return true; default: break; - }; + } } return false;