Skip to content

Commit d9f38d9

Browse files
Chen Nibroonie
authored andcommitted
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 <nichen@iscas.ac.cn> Link: https://patch.msgid.link/20250617032103.1725040-1-nichen@iscas.ac.cn Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent 47972c1 commit d9f38d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sound/soc/tegra/tegra210_ahub.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2066,7 +2066,7 @@ static bool tegra264_ahub_wr_reg(struct device *dev, unsigned int reg)
20662066
return true;
20672067
default:
20682068
break;
2069-
};
2069+
}
20702070
}
20712071

20722072
return false;

0 commit comments

Comments
 (0)