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

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

Merge "mdss: mdp3: Remove extra call to clk_prepare"

parents bd47f376 0b8bba44
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -700,7 +700,6 @@ int mdp3_get_mdp_dsi_clk(void)
	int rc;

	mutex_lock(&mdp3_res->res_mutex);
	clk_prepare(mdp3_res->clocks[MDP3_CLK_DSI]);
	rc = mdp3_clk_update(MDP3_CLK_DSI, 1);
	mutex_unlock(&mdp3_res->res_mutex);
	return rc;