Merge "msm: mdss: dp: correctly ref count the pll resources"
This commit is contained in:
commit
b922308190
1 changed files with 1 additions and 1 deletions
|
@ -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__);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue