diff options
| -rw-r--r-- | drivers/video/fbdev/msm/mdp3.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/video/fbdev/msm/mdp3.c b/drivers/video/fbdev/msm/mdp3.c index 60cad46ef782..af2c1c3d0765 100644 --- a/drivers/video/fbdev/msm/mdp3.c +++ b/drivers/video/fbdev/msm/mdp3.c @@ -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; |
