Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 183205
b: refs/heads/master
c: 679f921
h: refs/heads/master
i:
  183203: 69a343e
v: v3
  • Loading branch information
Chaithrika U S authored and Kevin Hilman committed Feb 4, 2010
1 parent 03890b7 commit 18644f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ad021ae8862209864dc8ebd3b7d3a55ce84b9ea2
refs/heads/master: 679f9218cac9e7d63ae3868c0c71b45b1ba5f766
3 changes: 2 additions & 1 deletion trunk/arch/arm/mach-davinci/clock.c
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ static void __clk_disable(struct clk *clk)
{
if (WARN_ON(clk->usecount == 0))
return;
if (--clk->usecount == 0 && !(clk->flags & CLK_PLL))
if (--clk->usecount == 0 && !(clk->flags & CLK_PLL) &&
(clk->flags & CLK_PSC))
davinci_psc_config(psc_domain(clk), clk->gpsc, clk->lpsc, 0);
if (clk->parent)
__clk_disable(clk->parent);
Expand Down

0 comments on commit 18644f8

Please sign in to comment.