Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 233990
b: refs/heads/master
c: ac1e10b
h: refs/heads/master
v: v3
  • Loading branch information
Mark Brown authored and Kukjin Kim committed Mar 4, 2011
1 parent 490e490 commit cf76dac
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: 400b11a784b0202307b8596b0c393ca9966fd8b4
refs/heads/master: ac1e10bed11c1ad1a2488e896022491a1167b9ff
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-s3c64xx/setup-sdhci.c
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ void s3c6400_setup_sdhci_cfg_card(struct platform_device *dev,
else
ctrl3 = (S3C_SDHCI_CTRL3_FCSEL1 | S3C_SDHCI_CTRL3_FCSEL0);

printk(KERN_INFO "%s: CTRL 2=%08x, 3=%08x\n", __func__, ctrl2, ctrl3);
pr_debug("%s: CTRL 2=%08x, 3=%08x\n", __func__, ctrl2, ctrl3);
writel(ctrl2, r + S3C_SDHCI_CONTROL2);
writel(ctrl3, r + S3C_SDHCI_CONTROL3);
}
Expand Down

0 comments on commit cf76dac

Please sign in to comment.