Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1434624

[PATCH] ASoC: sunxi: fix semicolon.cocci warnings

From kbuild test robot <fengguang.wu@intel.com>
Newsgroups linux.kernel
Subject [PATCH] ASoC: sunxi: fix semicolon.cocci warnings
Date 2016-06-30 16:30 +0200
Message-ID <rPL8C-2eN-35@gated-at.bofh.it> (permalink)
References <rPL8C-2eN-37@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


sound/soc/sunxi/sun4i-i2s.c:624:2-3: Unneeded semicolon


 Remove unneeded semicolon.

Generated by: scripts/coccinelle/misc/semicolon.cocci

CC: Maxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
---

 sun4i-i2s.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/sound/soc/sunxi/sun4i-i2s.c
+++ b/sound/soc/sunxi/sun4i-i2s.c
@@ -621,7 +621,7 @@ static int sun4i_i2s_probe(struct platfo
 	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)) {

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH] ASoC: sunxi: fix semicolon.cocci warnings kbuild test robot <fengguang.wu@intel.com> - 2016-06-30 16:30 +0200
  Re: [PATCH] ASoC: sunxi: fix semicolon.cocci warnings Maxime Ripard <maxime.ripard@free-electrons.com> - 2016-06-30 20:50 +0200
  Applied "ASoC: sunxi: fix semicolon.cocci warnings" to the asoc tree Mark Brown <broonie@kernel.org> - 2016-07-01 13:40 +0200

csiph-web