ASoC: samsung: i2s: Add missing clk_disable_unprepare() on error in samsung_i2s_probe()
authorWei Yongjun <weiyj.lk@gmail.com>
Tue, 23 Aug 2016 15:16:42 +0000 (15:16 +0000)
committerMark Brown <broonie@kernel.org>
Wed, 24 Aug 2016 11:38:02 +0000 (12:38 +0100)
commitfd61576fdda88c9677f9ea62e6f32997ce39daea
tree05b4facbc43082143f03ed875824f466c7cbb6b7
parent45ef4969d68f1837649ff3d8cdc5b804fa66df42
ASoC: samsung: i2s: Add missing clk_disable_unprepare() on error in samsung_i2s_probe()

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

Signed-off-by: Wei Yongjun <weiyj.lk@gmail.com>
Acked-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/samsung/i2s.c
This page took 0.028444 seconds and 5 git commands to generate.