summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorSiddhartha Agrawal <agrawals@codeaurora.org>2016-12-07 15:40:38 -0800
committerGerrit - the friendly Code Review server <code-review@localhost>2016-12-08 12:37:08 -0800
commit355786d15d3ba8d897354c75a57b7194e2aae6e9 (patch)
tree4b16780576a5a1c1864ee6c6049ff565f0d67f66 /drivers
parent368fecd7df5b203a5ce684a0c77726a5690c1147 (diff)
msm: mdss: dp: correctly ref count the pll resources
This fixes the issue where the dp pll resource was not correctly keeping a refcount on the pll resource. This will fix the bootup warning when both DSI and DP are enabled. Crs-Fixed: 1088737 Change-Id: I19f8eef7f664a58cac1a082b8195e48c52613c5d Signed-off-by: Siddhartha Agrawal <agrawals@codeaurora.org>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/clk/msm/mdss/mdss-dp-pll-8998-util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clk/msm/mdss/mdss-dp-pll-8998-util.c b/drivers/clk/msm/mdss/mdss-dp-pll-8998-util.c
index c13ff563c8bf..0bd7e6413a6b 100644
--- a/drivers/clk/msm/mdss/mdss-dp-pll-8998-util.c
+++ b/drivers/clk/msm/mdss/mdss-dp-pll-8998-util.c
@@ -836,8 +836,8 @@ enum handoff dp_vco_handoff(struct clk *c)
io->handoff_resources = true;
ret = HANDOFF_ENABLED_CLK;
} else {
- io->handoff_resources = false;
mdss_pll_resource_enable(io, false);
+ ret = HANDOFF_DISABLED_CLK;
DEV_DBG("%s: PLL not locked\n", __func__);
}