Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 218989
b: refs/heads/master
c: b08caed
h: refs/heads/master
i:
  218987: ceea639
v: v3
  • Loading branch information
Giuseppe Cavallaro authored and Chris Ball committed Oct 23, 2010
1 parent cbbefbf commit 4081e66
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: a29e7e18bddde778deb2cb101dbceca56b15e05e
refs/heads/master: b08caed8659ab27199db51c63a35c5ee067fc7ef
2 changes: 1 addition & 1 deletion trunk/drivers/mmc/host/sdhci.c
Original file line number Diff line number Diff line change
Expand Up @@ -1843,7 +1843,7 @@ int sdhci_add_host(struct sdhci_host *host)
mmc->caps |= MMC_CAP_SDIO_IRQ;

if (!(host->quirks & SDHCI_QUIRK_FORCE_1_BIT_DATA))
mmc->caps |= MMC_CAP_4_BIT_DATA;
mmc->caps |= MMC_CAP_4_BIT_DATA | MMC_CAP_8_BIT_DATA;

if (caps & SDHCI_CAN_DO_HISPD)
mmc->caps |= MMC_CAP_SD_HIGHSPEED | MMC_CAP_MMC_HIGHSPEED;
Expand Down

0 comments on commit 4081e66

Please sign in to comment.