Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 25288
b: refs/heads/master
c: 2b2ee15
h: refs/heads/master
v: v3
  • Loading branch information
Ben Dooks authored and Russell King committed Apr 2, 2006
1 parent a3da6db commit 3a76fb5
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: dee9b2e932ef7c8f19540ad67e425fae30f33421
refs/heads/master: 2b2ee1585a98be250f86c61e6ec70159b30e48e5
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-s3c2410/clock.c
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ static int s3c24xx_upll_enable(struct clk *clk, int enable)

/* if we started the UPLL, then allow to settle */

if (enable && !(orig & S3C2410_CLKSLOW_UCLK_OFF))
if (enable && (orig & S3C2410_CLKSLOW_UCLK_OFF))
udelay(200);

return 0;
Expand Down

0 comments on commit 3a76fb5

Please sign in to comment.