]> Git Repo - linux.git/commitdiff
ASoC: sunxi: fix semicolon.cocci warnings
authorkbuild test robot <[email protected]>
Thu, 30 Jun 2016 14:28:10 +0000 (22:28 +0800)
committerMark Brown <[email protected]>
Fri, 1 Jul 2016 09:38:29 +0000 (11:38 +0200)
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]>
sound/soc/sunxi/sun4i-i2s.c

index 72ed2b8a93e72f78a1bd0a7983c01243cad132e3..fab52347c6d71d943196cc636fbf50285ac7b773 100644 (file)
@@ -621,7 +621,7 @@ static int sun4i_i2s_probe(struct platform_device *pdev)
        if (IS_ERR(i2s->regmap)) {
                dev_err(&pdev->dev, "Regmap initialisation failed\n");
                return PTR_ERR(i2s->regmap);
-       };
+       }
 
        i2s->mod_clk = devm_clk_get(&pdev->dev, "mod");
        if (IS_ERR(i2s->mod_clk)) {
This page took 0.048275 seconds and 4 git commands to generate.