Re: [PATCH v6 10/10] drm/rockchip: dw_hdmi: Fix error handling path

From: Mark yao
Date: Thu Oct 19 2017 - 21:51:22 EST


On 2017å10æ19æ 11:48, Jeffy Chen wrote:
Add missing clk_disable_unprepare() in bind()'s error handling path and
unbind().

Also inline clk_prepare_enable() with bind().

Fixes: 12b9f204e804 ("drm: bridge/dw_hdmi: add rockchip rk3288 support")
Signed-off-by: Jeffy Chen<jeffy.chen@xxxxxxxxxxxxxx>

Looks good for me
Acked-by: Mark Yao <mark.yao@xxxxxxxxxxxxxx>

Mark