Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 296117
b: refs/heads/master
c: c1c4b66
h: refs/heads/master
i:
  296115: c6976ba
v: v3
  • Loading branch information
Jaehoon Chung authored and Kukjin Kim committed Mar 11, 2012
1 parent 970a3a6 commit 2ddfb23
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 25419010a83e314d10b008aed86a198e07fa9487
refs/heads/master: c1c4b66dc010bb69456f7f7c25442772bbe54dbd
6 changes: 3 additions & 3 deletions trunk/drivers/mmc/host/sdhci-s3c.c
Original file line number Diff line number Diff line change
Expand Up @@ -518,9 +518,6 @@ static int __devinit sdhci_s3c_probe(struct platform_device *pdev)
if (pdata->cd_type == S3C_SDHCI_CD_PERMANENT)
host->mmc->caps = MMC_CAP_NONREMOVABLE;

if (pdata->host_caps)
host->mmc->caps |= pdata->host_caps;

if (pdata->pm_caps)
host->mmc->pm_caps |= pdata->pm_caps;

Expand All @@ -544,6 +541,9 @@ static int __devinit sdhci_s3c_probe(struct platform_device *pdev)
if (pdata->host_caps)
host->mmc->caps |= pdata->host_caps;

if (pdata->host_caps2)
host->mmc->caps2 |= pdata->host_caps2;

ret = sdhci_add_host(host);
if (ret) {
dev_err(dev, "sdhci_add_host() failed\n");
Expand Down

0 comments on commit 2ddfb23

Please sign in to comment.