linuxppc-dev.lists.ozlabs.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

end of thread, other threads:[~2017-03-08 13:24 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).