From: Alin Grigorean Date: Sat, 25 Feb 2017 10:47:26 +0000 (+0200) Subject: ASoC: fsl: Remove unneeded init of static variable X-Git-Tag: v4.12-rc1~6^2~3^2~9^4~1 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=cb7d53b499f95febd4b5bc80a473706c717d5d2c;p=linux-2.6-block.git ASoC: fsl: Remove unneeded init of static variable This was reported by checkpatch.pl Signed-off-by: Alin Grigorean Acked-by: Nicolin Chen Signed-off-by: Mark Brown --- 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) {