Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a421a0e4 authored by Mark Brown's avatar Mark Brown
Browse files

ASoC: Remove unused label from wm8994 probe()

parent 658ecf77
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
}