]> Pileus Git - ~andy/linux/commit
ASoC: tegra20-ac97: add missing clk_disable_unprepare() on error path
authorWei Yongjun <yongjun_wei@trendmicro.com.cn>
Sat, 14 Dec 2013 05:29:11 +0000 (13:29 +0800)
committerMark Brown <broonie@linaro.org>
Mon, 16 Dec 2013 18:37:27 +0000 (18:37 +0000)
commit753834cb593da03b4efc468bb8cb76dbc0743b31
tree2f7ee60d24b6b4479553c08c2661bc74181ca504
parent7637af2e17f18bfe6264d834c6edee7706a0f15c
ASoC: tegra20-ac97: add missing clk_disable_unprepare() on error path

Add the missing clk_disable_unprepare() before return from
tegra20_ac97_platform_probe() in the error handling case.

Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Reviewed-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
sound/soc/tegra/tegra20_ac97.c