]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: fsl-ssi: Add missing clk_disable_unprepare() on error in fsl_ssi_probe()
authorWei Yongjun <yongjun_wei@trendmicro.com.cn>
Thu, 9 Jan 2014 14:27:31 +0000 (22:27 +0800)
committerMark Brown <broonie@linaro.org>
Thu, 9 Jan 2014 17:26:01 +0000 (17:26 +0000)
commit543190924ff4e3a7755c73264c3018db246d7263
treebf64cfd699afec141d876f31367b1c73794fb6b6
parentd48581aac0a718418748ab118502c354f5d99a2a
ASoC: fsl-ssi: Add missing clk_disable_unprepare() on error in fsl_ssi_probe()

Add the missing clk_disable_unprepare() before return from
fsl_ssi_probe() in the request irq error handling case.

Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: Mark Brown <broonie@linaro.org>
sound/soc/fsl/fsl_ssi.c