Commit a421a0e4 authored by Mark Brown's avatar Mark Brown

ASoC: Remove unused label from wm8994 probe()

Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent 658ecf77
......@@ -3759,7 +3759,7 @@ static int wm8994_codec_probe(struct snd_soc_codec *codec)
wm8994_free_irq(wm8994->wm8994, WM8994_IRQ_FIFOS_ERR, codec);
wm8994_free_irq(wm8994->wm8994, WM8994_IRQ_TEMP_SHUT, codec);
wm8994_free_irq(wm8994->wm8994, WM8994_IRQ_TEMP_WARN, codec);
err:
return ret;
}
......
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