Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 284504
b: refs/heads/master
c: 7003fec
h: refs/heads/master
v: v3
  • Loading branch information
Jingoo Han authored and Chris Ball committed Jan 12, 2012
1 parent 835056a commit 7330dca
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: 053b3ce6c15f0199c20b3fb06c3ae479de0324e2
refs/heads/master: 7003fecbf0c9f7dde75d93ba75e0cb7ddb662749
2 changes: 1 addition & 1 deletion trunk/drivers/mmc/host/sdhci-s3c.c
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ static void sdhci_s3c_check_sclk(struct sdhci_host *host)

tmp &= ~S3C_SDHCI_CTRL2_SELBASECLK_MASK;
tmp |= ourhost->cur_clk << S3C_SDHCI_CTRL2_SELBASECLK_SHIFT;
writel(tmp, host->ioaddr + 0x80);
writel(tmp, host->ioaddr + S3C_SDHCI_CONTROL2);
}
}

Expand Down

0 comments on commit 7330dca

Please sign in to comment.