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

Commit 17a10dd6 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: mdss: dsi: fix post clk off callback in clk manager"

parents 691e5db3 60eba1e7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -870,7 +870,7 @@ void *mdss_dsi_clk_init(struct mdss_dsi_clk_info *info)
	mngr->pre_clkon_cb = info->pre_clkon_cb;
	mngr->post_clkon_cb = info->post_clkon_cb;
	mngr->pre_clkoff_cb = info->pre_clkoff_cb;
	mngr->post_clkon_cb = info->post_clkon_cb;
	mngr->post_clkoff_cb = info->post_clkoff_cb;
	mngr->priv_data = info->priv_data;
	mngr->reg_bus_clt = mdss_reg_bus_vote_client_create();
	if (IS_ERR_OR_NULL(mngr->reg_bus_clt)) {