]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
drm/rockchip: analogix_dp: add missing clk_disable_unprepare() on error
authorWei Yongjun <yongjun_wei@trendmicro.com.cn>
Tue, 19 Jul 2016 11:32:43 +0000 (11:32 +0000)
committerSean Paul <seanpaul@chromium.org>
Tue, 19 Jul 2016 20:36:48 +0000 (16:36 -0400)
commit3694c5c3dea1fc2150f2ec2a036fee298680c0e0
tree9e53d081b534b408616c4872692d1bb107174208
parent6942559980c036b240c60b135a4bf23bf3252b48
drm/rockchip: analogix_dp: add missing clk_disable_unprepare() on error

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

Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: Sean Paul <seanpaul@chromium.org>
drivers/gpu/drm/rockchip/analogix_dp-rockchip.c