Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 36634
b: refs/heads/master
c: dbab288
h: refs/heads/master
v: v3
  • Loading branch information
Samuel Ortiz authored and Tony Lindgren committed Sep 25, 2006
1 parent cdd9134 commit a713bf8
Show file tree
Hide file tree
Showing 2 changed files with 2 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: fa4bb626c660ada7cad3cc7e45da14f8ec17847c
refs/heads/master: dbab288be47ddc84ad52ff926ea1a0efd33acb57
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-omap2/clock.c
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ static void omap2_clk_fixed_enable(struct clk *clk)
else if (clk == &apll54_ck)
cval = (1 << 6);

while (!CM_IDLEST_CKGEN & cval) { /* Wait for lock */
while (!(CM_IDLEST_CKGEN & cval)) { /* Wait for lock */
++i;
udelay(1);
if (i == 100000)
Expand Down

0 comments on commit a713bf8

Please sign in to comment.