All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ASoC: sun4i-codec: fix semicolon.cocci warnings
  2016-11-09 16:35 [asoc:topic/sunxi 16/16] sound/soc/sunxi/sun4i-codec.c:1339:2-3: Unneeded semicolon kbuild test robot
@ 2016-11-09 16:35   ` kbuild test robot
  0 siblings, 0 replies; 7+ messages in thread
From: kbuild test robot @ 2016-11-09 16:35 UTC (permalink / raw)
  To: Chen-Yu Tsai
  Cc: alsa-devel, Liam Girdwood, Danny Milosavljevic, Takashi Iwai,
	Jaroslav Kysela, Hans de Goede, Mark Brown, kbuild-all,
	Maxime Ripard, linux-arm-kernel

sound/soc/sunxi/sun4i-codec.c:1339:2-3: Unneeded semicolon


 Remove unneeded semicolon.

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

CC: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
---

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

--- a/sound/soc/sunxi/sun4i-codec.c
+++ b/sound/soc/sunxi/sun4i-codec.c
@@ -1336,7 +1336,7 @@ static int sun4i_codec_probe(struct plat
 			dev_err(&pdev->dev, "Failed to get reset control\n");
 			return PTR_ERR(scodec->rst);
 		}
-	};
+	}
 
 	scodec->gpio_pa = devm_gpiod_get_optional(&pdev->dev, "allwinner,pa",
 						  GPIOD_OUT_LOW);

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

* [asoc:topic/sunxi 16/16] sound/soc/sunxi/sun4i-codec.c:1339:2-3: Unneeded semicolon
@ 2016-11-09 16:35 kbuild test robot
  2016-11-09 16:35   ` kbuild test robot
  0 siblings, 1 reply; 7+ messages in thread
From: kbuild test robot @ 2016-11-09 16:35 UTC (permalink / raw)
  To: Chen-Yu Tsai; +Cc: alsa-devel, Mark Brown, kbuild-all

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git topic/sunxi
head:   9aead156c0665a362c8b007b51fe3396fea4d346
commit: 9aead156c0665a362c8b007b51fe3396fea4d346 [16/16] ASoC: sun4i-codec: Add support for optional reset control to quirks


coccinelle warnings: (new ones prefixed by >>)

>> sound/soc/sunxi/sun4i-codec.c:1339: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] 7+ messages in thread

* [PATCH] ASoC: sun4i-codec: fix semicolon.cocci warnings
@ 2016-11-09 16:35   ` kbuild test robot
  0 siblings, 0 replies; 7+ messages in thread
From: kbuild test robot @ 2016-11-09 16:35 UTC (permalink / raw)
  To: linux-arm-kernel

sound/soc/sunxi/sun4i-codec.c:1339:2-3: Unneeded semicolon


 Remove unneeded semicolon.

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

CC: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
---

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

--- a/sound/soc/sunxi/sun4i-codec.c
+++ b/sound/soc/sunxi/sun4i-codec.c
@@ -1336,7 +1336,7 @@ static int sun4i_codec_probe(struct plat
 			dev_err(&pdev->dev, "Failed to get reset control\n");
 			return PTR_ERR(scodec->rst);
 		}
-	};
+	}
 
 	scodec->gpio_pa = devm_gpiod_get_optional(&pdev->dev, "allwinner,pa",
 						  GPIOD_OUT_LOW);

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

* Re: [PATCH] ASoC: sun4i-codec: fix semicolon.cocci warnings
  2016-11-09 16:35   ` kbuild test robot
@ 2016-11-10  6:15     ` Chen-Yu Tsai
  -1 siblings, 0 replies; 7+ messages in thread
From: Chen-Yu Tsai @ 2016-11-10  6:15 UTC (permalink / raw)
  To: kbuild test robot, Mark Brown
  Cc: Linux-ALSA, Liam Girdwood, Danny Milosavljevic, Takashi Iwai,
	Jaroslav Kysela, Hans de Goede, Chen-Yu Tsai, kbuild-all,
	Maxime Ripard, linux-arm-kernel

On Thu, Nov 10, 2016 at 12:35 AM, kbuild test robot
<fengguang.wu@intel.com> wrote:
> sound/soc/sunxi/sun4i-codec.c:1339:2-3: Unneeded semicolon
>
>
>  Remove unneeded semicolon.
>
> Generated by: scripts/coccinelle/misc/semicolon.cocci
>
> CC: Chen-Yu Tsai <wens@csie.org>
> Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>

Acked-by: Chen-Yu Tsai <wens@csie.org>

Sorry about the screw up.

> ---
>
>  sun4i-codec.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> --- a/sound/soc/sunxi/sun4i-codec.c
> +++ b/sound/soc/sunxi/sun4i-codec.c
> @@ -1336,7 +1336,7 @@ static int sun4i_codec_probe(struct plat
>                         dev_err(&pdev->dev, "Failed to get reset control\n");
>                         return PTR_ERR(scodec->rst);
>                 }
> -       };
> +       }
>
>         scodec->gpio_pa = devm_gpiod_get_optional(&pdev->dev, "allwinner,pa",
>                                                   GPIOD_OUT_LOW);

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

* [PATCH] ASoC: sun4i-codec: fix semicolon.cocci warnings
@ 2016-11-10  6:15     ` Chen-Yu Tsai
  0 siblings, 0 replies; 7+ messages in thread
From: Chen-Yu Tsai @ 2016-11-10  6:15 UTC (permalink / raw)
  To: linux-arm-kernel

On Thu, Nov 10, 2016 at 12:35 AM, kbuild test robot
<fengguang.wu@intel.com> wrote:
> sound/soc/sunxi/sun4i-codec.c:1339:2-3: Unneeded semicolon
>
>
>  Remove unneeded semicolon.
>
> Generated by: scripts/coccinelle/misc/semicolon.cocci
>
> CC: Chen-Yu Tsai <wens@csie.org>
> Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>

Acked-by: Chen-Yu Tsai <wens@csie.org>

Sorry about the screw up.

> ---
>
>  sun4i-codec.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> --- a/sound/soc/sunxi/sun4i-codec.c
> +++ b/sound/soc/sunxi/sun4i-codec.c
> @@ -1336,7 +1336,7 @@ static int sun4i_codec_probe(struct plat
>                         dev_err(&pdev->dev, "Failed to get reset control\n");
>                         return PTR_ERR(scodec->rst);
>                 }
> -       };
> +       }
>
>         scodec->gpio_pa = devm_gpiod_get_optional(&pdev->dev, "allwinner,pa",
>                                                   GPIOD_OUT_LOW);

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

* Applied "ASoC: sun4i-codec: fix semicolon.cocci warnings" to the asoc tree
  2016-11-09 16:35   ` kbuild test robot
@ 2016-11-10 17:29     ` Mark Brown
  -1 siblings, 0 replies; 7+ messages in thread
From: Mark Brown @ 2016-11-10 17:29 UTC (permalink / raw)
  Cc: alsa-devel, Danny Milosavljevic, Liam Girdwood, Takashi Iwai,
	Hans de Goede, Chen-Yu Tsai, Mark Brown, kbuild-all,
	Maxime Ripard, Fengguang Wu, linux-arm-kernel

The patch

   ASoC: sun4i-codec: 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 35db57622c31af687d5cb14104e91897d778a8fc Mon Sep 17 00:00:00 2001
From: kbuild test robot <fengguang.wu@intel.com>
Date: Thu, 10 Nov 2016 00:35:18 +0800
Subject: [PATCH] ASoC: sun4i-codec: fix semicolon.cocci warnings

sound/soc/sunxi/sun4i-codec.c:1339: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: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
---
 sound/soc/sunxi/sun4i-codec.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sound/soc/sunxi/sun4i-codec.c b/sound/soc/sunxi/sun4i-codec.c
index 6379efd21f00..092fdcf6de95 100644
--- a/sound/soc/sunxi/sun4i-codec.c
+++ b/sound/soc/sunxi/sun4i-codec.c
@@ -1336,7 +1336,7 @@ static int sun4i_codec_probe(struct platform_device *pdev)
 			dev_err(&pdev->dev, "Failed to get reset control\n");
 			return PTR_ERR(scodec->rst);
 		}
-	};
+	}
 
 	scodec->gpio_pa = devm_gpiod_get_optional(&pdev->dev, "allwinner,pa",
 						  GPIOD_OUT_LOW);
-- 
2.10.2

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

* Applied "ASoC: sun4i-codec: fix semicolon.cocci warnings" to the asoc tree
@ 2016-11-10 17:29     ` Mark Brown
  0 siblings, 0 replies; 7+ messages in thread
From: Mark Brown @ 2016-11-10 17:29 UTC (permalink / raw)
  To: linux-arm-kernel

The patch

   ASoC: sun4i-codec: 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 35db57622c31af687d5cb14104e91897d778a8fc Mon Sep 17 00:00:00 2001
From: kbuild test robot <fengguang.wu@intel.com>
Date: Thu, 10 Nov 2016 00:35:18 +0800
Subject: [PATCH] ASoC: sun4i-codec: fix semicolon.cocci warnings

sound/soc/sunxi/sun4i-codec.c:1339: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: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
---
 sound/soc/sunxi/sun4i-codec.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sound/soc/sunxi/sun4i-codec.c b/sound/soc/sunxi/sun4i-codec.c
index 6379efd21f00..092fdcf6de95 100644
--- a/sound/soc/sunxi/sun4i-codec.c
+++ b/sound/soc/sunxi/sun4i-codec.c
@@ -1336,7 +1336,7 @@ static int sun4i_codec_probe(struct platform_device *pdev)
 			dev_err(&pdev->dev, "Failed to get reset control\n");
 			return PTR_ERR(scodec->rst);
 		}
-	};
+	}
 
 	scodec->gpio_pa = devm_gpiod_get_optional(&pdev->dev, "allwinner,pa",
 						  GPIOD_OUT_LOW);
-- 
2.10.2

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

end of thread, other threads:[~2016-11-10 17:29 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-09 16:35 [asoc:topic/sunxi 16/16] sound/soc/sunxi/sun4i-codec.c:1339:2-3: Unneeded semicolon kbuild test robot
2016-11-09 16:35 ` [PATCH] ASoC: sun4i-codec: fix semicolon.cocci warnings kbuild test robot
2016-11-09 16:35   ` kbuild test robot
2016-11-10  6:15   ` Chen-Yu Tsai
2016-11-10  6:15     ` Chen-Yu Tsai
2016-11-10 17:29   ` Applied "ASoC: sun4i-codec: fix semicolon.cocci warnings" to the asoc tree Mark Brown
2016-11-10 17:29     ` Mark Brown

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.