Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 166134
b: refs/heads/master
c: 5e49bc4
h: refs/heads/master
v: v3
  • Loading branch information
Thomas Abraham authored and Ben Dooks committed Sep 15, 2009
1 parent 2fe218b commit 6422763
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: 6d025ac2fcf9d736ee399efddae74a3362dfa7da
refs/heads/master: 5e49bc4d9e982bbfdaf7d6cf8bd96e43bd9f7db6
2 changes: 1 addition & 1 deletion trunk/arch/arm/plat-s3c64xx/s3c6400-clock.c
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ static unsigned long s3c64xx_roundrate_clksrc(struct clk *clk,
if (rate > parent_rate)
rate = parent_rate;
else {
div = rate / parent_rate;
div = parent_rate / rate;

if (div == 0)
div = 1;
Expand Down

0 comments on commit 6422763

Please sign in to comment.