Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 156834
b: refs/heads/master
c: 48ec45e
h: refs/heads/master
v: v3
  • Loading branch information
Davide Rizzo authored and Ben Dooks committed Aug 13, 2009
1 parent edcf5ca commit 982f116
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: a219dc4d4463809b1be473038e7d9f3437ca452d
refs/heads/master: 48ec45e725aa385d72bced73b267dfaf13351876
2 changes: 1 addition & 1 deletion trunk/arch/arm/plat-s3c24xx/clock-dclk.c
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ static int s3c24xx_clkout_setparent(struct clk *clk, struct clk *parent)

/* calculate the MISCCR setting for the clock */

if (parent == &clk_xtal)
if (parent == &clk_mpll)
source = S3C2410_MISCCR_CLK0_MPLL;
else if (parent == &clk_upll)
source = S3C2410_MISCCR_CLK0_UPLL;
Expand Down

0 comments on commit 982f116

Please sign in to comment.