alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
* [asoc:topic/sunxi 2/2] sound/soc/sunxi/sun4i-i2s.c:624:2-3: Unneeded semicolon
@ 2016-06-30 14:28 kbuild test robot
  2016-06-30 14:28 ` [PATCH] ASoC: sunxi: fix semicolon.cocci warnings kbuild test robot
  0 siblings, 1 reply; 4+ messages in thread
From: kbuild test robot @ 2016-06-30 14:28 UTC (permalink / raw)
  Cc: alsa-devel, Mark Brown, kbuild-all, Maxime Ripard

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git topic/sunxi
head:   fa7c0d13cb26216f6dec5ef19e028e68b300530d
commit: fa7c0d13cb26216f6dec5ef19e028e68b300530d [2/2] ASoC: sunxi: Add Allwinner A10 Digital Audio driver


coccinelle warnings: (new ones prefixed by >>)

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

Please review and possibly fold the followup patch.

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH] ASoC: sunxi: fix semicolon.cocci warnings
  2016-06-30 14:28 [asoc:topic/sunxi 2/2] sound/soc/sunxi/sun4i-i2s.c:624:2-3: Unneeded semicolon kbuild test robot
@ 2016-06-30 14:28 ` kbuild test robot
  2016-06-30 18:45   ` Maxime Ripard
  2016-07-01  9:54   ` Applied "ASoC: sunxi: fix semicolon.cocci warnings" to the asoc tree Mark Brown
  0 siblings, 2 replies; 4+ messages in thread
From: kbuild test robot @ 2016-06-30 14:28 UTC (permalink / raw)
  Cc: kbuild-all, alsa-devel, Mark Brown, Maxime Ripard, Liam Girdwood,
	Jaroslav Kysela, Takashi Iwai, Chen-Yu Tsai, linux-arm-kernel,
	linux-kernel

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)) {

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] ASoC: sunxi: fix semicolon.cocci warnings
  2016-06-30 14:28 ` [PATCH] ASoC: sunxi: fix semicolon.cocci warnings kbuild test robot
@ 2016-06-30 18:45   ` Maxime Ripard
  2016-07-01  9:54   ` Applied "ASoC: sunxi: fix semicolon.cocci warnings" to the asoc tree Mark Brown
  1 sibling, 0 replies; 4+ messages in thread
From: Maxime Ripard @ 2016-06-30 18:45 UTC (permalink / raw)
  To: kbuild test robot
  Cc: alsa-devel, Liam Girdwood, linux-kernel, Takashi Iwai,
	Chen-Yu Tsai, Mark Brown, kbuild-all, linux-arm-kernel


[-- Attachment #1.1: Type: text/plain, Size: 548 bytes --]

1;4205;0c
On Thu, Jun 30, 2016 at 10:28:10PM +0800, kbuild test robot wrote:
> 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>

Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com>

Thanks,
Maxime

-- 
Maxime Ripard, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

[-- Attachment #2: Type: text/plain, Size: 0 bytes --]



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Applied "ASoC: sunxi: fix semicolon.cocci warnings" to the asoc tree
  2016-06-30 14:28 ` [PATCH] ASoC: sunxi: fix semicolon.cocci warnings kbuild test robot
  2016-06-30 18:45   ` Maxime Ripard
@ 2016-07-01  9:54   ` Mark Brown
  1 sibling, 0 replies; 4+ messages in thread
From: Mark Brown @ 2016-07-01  9:54 UTC (permalink / raw)
  Cc: alsa-devel, Liam Girdwood, Takashi Iwai, linux-kernel,
	Chen-Yu Tsai, Mark Brown, kbuild-all, Maxime Ripard, Fengguang Wu,
	linux-arm-kernel

The patch

   ASoC: sunxi: fix semicolon.cocci warnings

has been applied to the asoc tree at

   git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git 

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.  

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark

>From dcf7d1992b943192856ccf453375b158e3afd0a3 Mon Sep 17 00:00:00 2001
From: kbuild test robot <fengguang.wu@intel.com>
Date: Thu, 30 Jun 2016 22:28:10 +0800
Subject: [PATCH] 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 <fengguang.wu@intel.com>
Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
---
 sound/soc/sunxi/sun4i-i2s.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sound/soc/sunxi/sun4i-i2s.c b/sound/soc/sunxi/sun4i-i2s.c
index 72ed2b8a93e7..fab52347c6d7 100644
--- a/sound/soc/sunxi/sun4i-i2s.c
+++ b/sound/soc/sunxi/sun4i-i2s.c
@@ -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)) {
-- 
2.8.1

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-07-01  9:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-30 14:28 [asoc:topic/sunxi 2/2] sound/soc/sunxi/sun4i-i2s.c:624:2-3: Unneeded semicolon kbuild test robot
2016-06-30 14:28 ` [PATCH] ASoC: sunxi: fix semicolon.cocci warnings kbuild test robot
2016-06-30 18:45   ` Maxime Ripard
2016-07-01  9:54   ` Applied "ASoC: sunxi: fix semicolon.cocci warnings" to the asoc tree Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).