Loading drivers/video/msm/mdss/mdp3.c +0 −1 Original line number Diff line number Diff line Loading @@ -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; Loading Loading
drivers/video/msm/mdss/mdp3.c +0 −1 Original line number Diff line number Diff line Loading @@ -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; Loading