Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b7ac7b5b authored by Jeffy Chen's avatar Jeffy Chen Committed by Sean Paul
Browse files

drm/rockchip: analogix_dp: Disable clock when unbinding

parent ec6e7767
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -417,7 +417,8 @@ static void rockchip_dp_unbind(struct device *dev, struct device *master,

	rockchip_drm_psr_unregister(&dp->encoder);

	return analogix_dp_unbind(dev, master, data);
	analogix_dp_unbind(dev, master, data);
	clk_disable_unprepare(dp->pclk);
}

static const struct component_ops rockchip_dp_component_ops = {