Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 1107
b: refs/heads/master
c: 4ad3a44
h: refs/heads/master
i:
  1105: 8b00318
  1103: 42e1260
v: v3
  • Loading branch information
Ben Dooks authored and Russell King committed May 12, 2005
1 parent 42fc742 commit 2682ef3
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: 9dabf9da18018b99a51334c2ef168019389ed5bf
refs/heads/master: 4ad3a443c9238c8df68f4519049c3c8d80fe62c2
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 @@ -478,7 +478,7 @@ static int s3c2440_clk_add(struct sys_device *sysdev)
{
unsigned long upllcon = __raw_readl(S3C2410_UPLLCON);

s3c2440_clk_upll.rate = s3c2410_get_pll(upllcon, clk_xtal.rate) * 2;
s3c2440_clk_upll.rate = s3c2410_get_pll(upllcon, clk_xtal.rate);

printk("S3C2440: Clock Support, UPLL %ld.%03ld MHz\n",
print_mhz(s3c2440_clk_upll.rate));
Expand Down

0 comments on commit 2682ef3

Please sign in to comment.