Skip to content

Commit dcf7d19

Browse files
kbuild test robotbroonie
kbuild test robot
authored andcommitted
ASoC: sunxi: fix semicolon.cocci warnings
sound/soc/sunxi/sun4i-i2s.c:624:2-3: Unneeded semicolon Remove unneeded semicolon. Generated by: scripts/coccinelle/misc/semicolon.cocci Signed-off-by: Fengguang Wu <[email protected]> Acked-by: Maxime Ripard <[email protected]> Signed-off-by: Mark Brown <[email protected]>
1 parent fa7c0d1 commit dcf7d19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sound/soc/sunxi/sun4i-i2s.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -621,7 +621,7 @@ static int sun4i_i2s_probe(struct platform_device *pdev)
621621
if (IS_ERR(i2s->regmap)) {
622622
dev_err(&pdev->dev, "Regmap initialisation failed\n");
623623
return PTR_ERR(i2s->regmap);
624-
};
624+
}
625625

626626
i2s->mod_clk = devm_clk_get(&pdev->dev, "mod");
627627
if (IS_ERR(i2s->mod_clk)) {

0 commit comments

Comments
 (0)