]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: ac97c: Fix an error handling path in 'atmel_ac97c_probe()'
authorChristophe Jaillet <christophe.jaillet@wanadoo.fr>
Thu, 31 Aug 2017 04:40:42 +0000 (06:40 +0200)
committerMark Brown <broonie@kernel.org>
Thu, 31 Aug 2017 10:52:29 +0000 (11:52 +0100)
commit9f22ed03e8c7b5ca41cdb696cb836045df3cc13a
tree71d21dbe2fa011a98a2ebfe17fe608b527abd7f4
parente3558e604c2d5a748ef9492cdc5ce5ef3d6cf682
ALSA: ac97c: Fix an error handling path in 'atmel_ac97c_probe()'

If 'clk_prepare_enable()' fails, we must release some resources before
returning. Add a new label in the existing error handling path and 'goto'
there.

Fixes: c7e10983eaa6 ("ASoC: atmel: ac97c: Handle return value of clk_prepare_enable.")
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Acked-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/atmel/ac97c.c