summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorTerence Hampson <thampson@codeaurora.org>2014-04-15 15:45:28 -0400
committerDavid Keitel <dkeitel@codeaurora.org>2016-03-23 20:29:03 -0700
commitd79d2e8c36d500bee2d7c8afe9417bfdcb17387b (patch)
treeb95be7b5f7a0c98ca8478bc35db5bf4f1d56d595 /drivers
parent266cdeaf0179542381cb84ecd8c67ba88dbae93d (diff)
mdss: mdp3: Remove extra call to clk_prepare
clk_prepare got moved inside mdp3_clk_update. Prior to this patch unprepare would never be called successfully. Change-Id: I28ab035b42d433f379d63748ac4f506a8575ea66 Signed-off-by: Terence Hampson <thampson@codeaurora.org>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/video/fbdev/msm/mdp3.c1
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;