Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 156493
b: refs/heads/master
c: 9b71de4
h: refs/heads/master
i:
  156491: 3288738
v: v3
  • Loading branch information
Mark Brown authored and Ben Dooks committed Jul 29, 2009
1 parent 6ebed23 commit 14421c5
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: 1d91e1a296244690461a7c36d71710dfbabbc219
refs/heads/master: 9b71de49b030ad8fd4d13d38571b5c42dc9ed8dd
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 @@ -175,7 +175,7 @@ static int s3c64xx_clk_arm_set_rate(struct clk *clk, unsigned long rate)
div = clk_get_rate(clk->parent) / rate;

val = __raw_readl(S3C_CLK_DIV0);
val &= armclk_mask;
val &= ~armclk_mask;
val |= (div - 1);
__raw_writel(val, S3C_CLK_DIV0);

Expand Down

0 comments on commit 14421c5

Please sign in to comment.