dect
/
linux-2.6
Archived
13
0
Fork 0

ASoC: Add missing err label

Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
This commit is contained in:
Mark Brown 2011-12-02 10:55:12 +00:00
parent 6132725eac
commit 3631e8d43e
1 changed files with 1 additions and 0 deletions

View File

@ -3881,6 +3881,7 @@ err_irq:
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;
}