Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 156492
b: refs/heads/master
c: 1d91e1a
h: refs/heads/master
v: v3
  • Loading branch information
Mark Brown authored and Ben Dooks committed Jul 29, 2009
1 parent 3288738 commit 6ebed23
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: 0c997c0eaac8c68fa23719617484dae29bddaedd
refs/heads/master: 1d91e1a296244690461a7c36d71710dfbabbc219
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 @@ -153,7 +153,7 @@ static unsigned long s3c64xx_clk_arm_round_rate(struct clk *clk,
u32 div;

if (parent < rate)
return rate;
return parent;

div = (parent / rate) - 1;
if (div > armclk_mask)
Expand Down

0 comments on commit 6ebed23

Please sign in to comment.