Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 96359
b: refs/heads/master
c: bdd0f5f
h: refs/heads/master
i:
  96357: 7876323
  96355: ab09c8a
  96351: b2153dd
v: v3
  • Loading branch information
Davide Rizzo authored and Russell King committed May 7, 2008
1 parent 4c34389 commit 1065ed9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 649de51b883746d76c5fa1614dd067054c9d702a
refs/heads/master: bdd0f5f06e7647b545bec3ead2fa2a5fcdf0f0f9
4 changes: 2 additions & 2 deletions trunk/arch/arm/plat-s3c24xx/clock.c
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ static int s3c24xx_clkout_setparent(struct clk *clk, struct clk *parent)

clk->parent = parent;

if (clk == &s3c24xx_dclk0)
if (clk == &s3c24xx_clkout0)
mask = S3C2410_MISCCR_CLK0_MASK;
else {
source <<= 4;
Expand All @@ -437,7 +437,7 @@ struct clk s3c24xx_dclk0 = {
struct clk s3c24xx_dclk1 = {
.name = "dclk1",
.id = -1,
.ctrlbit = S3C2410_DCLKCON_DCLK0EN,
.ctrlbit = S3C2410_DCLKCON_DCLK1EN,
.enable = s3c24xx_dclk_enable,
.set_parent = s3c24xx_dclk_setparent,
.set_rate = s3c24xx_set_dclk_rate,
Expand Down

0 comments on commit 1065ed9

Please sign in to comment.