Commit cb7d53b4 authored by Alin Grigorean's avatar Alin Grigorean Committed by Mark Brown

ASoC: fsl: Remove unneeded init of static variable

This was reported by checkpatch.pl
Signed-off-by: default avatarAlin Grigorean <alin.grig93@gmail.com>
Acked-by: default avatarNicolin Chen <nicoleotsuka@gmail.com>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent c1ae3cfa
......@@ -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)
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment