linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ASoC: fsl: Remove unneeded init of static variable
@ 2017-02-25 10:47 Alin Grigorean
  2017-02-27 18:42 ` Nicolin Chen
  2017-03-08 13:23 ` Applied "ASoC: fsl: Remove unneeded init of static variable" to the asoc tree Mark Brown
  0 siblings, 2 replies; 3+ messages in thread
From: Alin Grigorean @ 2017-02-25 10:47 UTC (permalink / raw)
  To: timur, nicoleotsuka, Xiubo.Lee, perex, tiwai
  Cc: linuxppc-dev, linux-kernel, alsa-devel, fabio.estevam, lgirdwood,
	broonie, Alin Grigorean

This was reported by checkpatch.pl

Signed-off-by: Alin Grigorean <alin.grig93@gmail.com>
---
 sound/soc/fsl/imx-pcm-fiq.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sound/soc/fsl/imx-pcm-fiq.c b/sound/soc/fsl/imx-pcm-fiq.c
index dac6688540dc..92410f7ca1fa 100644
--- a/sound/soc/fsl/imx-pcm-fiq.c
+++ b/sound/soc/fsl/imx-pcm-fiq.c
@@ -282,7 +282,7 @@ static int imx_pcm_new(struct snd_soc_pcm_runtime *rtd)
 	return 0;
 }
 
-static int ssi_irq = 0;
+static int ssi_irq;
 
 static int imx_pcm_fiq_new(struct snd_soc_pcm_runtime *rtd)
 {
-- 
2.11.1

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

* Re: [PATCH] ASoC: fsl: Remove unneeded init of static variable
  2017-02-25 10:47 [PATCH] ASoC: fsl: Remove unneeded init of static variable Alin Grigorean
@ 2017-02-27 18:42 ` Nicolin Chen
  2017-03-08 13:23 ` Applied "ASoC: fsl: Remove unneeded init of static variable" to the asoc tree Mark Brown
  1 sibling, 0 replies; 3+ messages in thread
From: Nicolin Chen @ 2017-02-27 18:42 UTC (permalink / raw)
  To: Alin Grigorean
  Cc: timur, Xiubo.Lee, perex, tiwai, linuxppc-dev, linux-kernel,
	alsa-devel, fabio.estevam, lgirdwood, broonie

On Sat, Feb 25, 2017 at 12:47:26PM +0200, Alin Grigorean wrote:
> This was reported by checkpatch.pl
> 
> Signed-off-by: Alin Grigorean <alin.grig93@gmail.com>

Acked-by: Nicolin Chen <nicoleotsuka@gmail.com>

> ---
>  sound/soc/fsl/imx-pcm-fiq.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/sound/soc/fsl/imx-pcm-fiq.c b/sound/soc/fsl/imx-pcm-fiq.c
> index dac6688540dc..92410f7ca1fa 100644
> --- a/sound/soc/fsl/imx-pcm-fiq.c
> +++ b/sound/soc/fsl/imx-pcm-fiq.c
> @@ -282,7 +282,7 @@ static int imx_pcm_new(struct snd_soc_pcm_runtime *rtd)
>  	return 0;
>  }
>  
> -static int ssi_irq = 0;
> +static int ssi_irq;
>  
>  static int imx_pcm_fiq_new(struct snd_soc_pcm_runtime *rtd)
>  {
> -- 
> 2.11.1
> 

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

* Applied "ASoC: fsl: Remove unneeded init of static variable" to the asoc tree
  2017-02-25 10:47 [PATCH] ASoC: fsl: Remove unneeded init of static variable Alin Grigorean
  2017-02-27 18:42 ` Nicolin Chen
@ 2017-03-08 13:23 ` Mark Brown
  1 sibling, 0 replies; 3+ messages in thread
From: Mark Brown @ 2017-03-08 13:23 UTC (permalink / raw)
  To: Alin Grigorean
  Cc: Nicolin Chen, Mark Brown, timur, nicoleotsuka, Xiubo.Lee, perex,
	tiwai, alsa-devel, linux-kernel, lgirdwood, broonie,
	fabio.estevam, linuxppc-dev, alsa-devel

The patch

   ASoC: fsl: Remove unneeded init of static variable

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 cb7d53b499f95febd4b5bc80a473706c717d5d2c Mon Sep 17 00:00:00 2001
From: Alin Grigorean <alin.grig93@gmail.com>
Date: Sat, 25 Feb 2017 12:47:26 +0200
Subject: [PATCH] ASoC: fsl: Remove unneeded init of static variable

This was reported by checkpatch.pl

Signed-off-by: Alin Grigorean <alin.grig93@gmail.com>
Acked-by: Nicolin Chen <nicoleotsuka@gmail.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
---
 sound/soc/fsl/imx-pcm-fiq.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sound/soc/fsl/imx-pcm-fiq.c b/sound/soc/fsl/imx-pcm-fiq.c
index dac6688540dc..92410f7ca1fa 100644
--- a/sound/soc/fsl/imx-pcm-fiq.c
+++ b/sound/soc/fsl/imx-pcm-fiq.c
@@ -282,7 +282,7 @@ static int imx_pcm_new(struct snd_soc_pcm_runtime *rtd)
 	return 0;
 }
 
-static int ssi_irq = 0;
+static int ssi_irq;
 
 static int imx_pcm_fiq_new(struct snd_soc_pcm_runtime *rtd)
 {
-- 
2.11.0

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

end of thread, other threads:[~2017-03-08 15:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-25 10:47 [PATCH] ASoC: fsl: Remove unneeded init of static variable Alin Grigorean
2017-02-27 18:42 ` Nicolin Chen
2017-03-08 13:23 ` Applied "ASoC: fsl: Remove unneeded init of static variable" 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).