ASoC: sti: fix missing clk_disable_unprepare() on error in uni_player_start()
authorWei Yongjun <weiyongjun1@huawei.com>
Sat, 17 Sep 2016 01:34:33 +0000 (01:34 +0000)
committerMark Brown <broonie@kernel.org>
Mon, 19 Sep 2016 10:25:31 +0000 (11:25 +0100)
commitb7c8c5d6927f9e6f3b4c0f8fcc99daa4568ad185
tree65e26e38102357d4c8d2dbb85c2d91b8543d3db8
parent04adc0842f5accf99e9757930fc429bf7788cfb3
ASoC: sti: fix missing clk_disable_unprepare() on error in uni_player_start()

Fix the missing clk_disable_unprepare() before return
from uni_player_start() in the error handling case.

Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
Acked-by: Arnaud Pouliquen <arnaud.pouliquen@st.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/sti/uniperif_player.c