Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 218993
b: refs/heads/master
c: 176d1ed
h: refs/heads/master
i:
  218991: 1ebc48c
v: v3
  • Loading branch information
Jaehoon Chung authored and Chris Ball committed Oct 23, 2010
1 parent 9bb08f0 commit ea3a988
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 71d7d3d190fe77588269a8febf93cd739bd91eb3
refs/heads/master: 176d1ed426a2a73a87c62a8aa05f6d002353cd50
3 changes: 2 additions & 1 deletion trunk/drivers/mmc/host/sdhci.c
Original file line number Diff line number Diff line change
Expand Up @@ -1849,7 +1849,8 @@ int sdhci_add_host(struct sdhci_host *host)
if (caps & SDHCI_CAN_DO_HISPD)
mmc->caps |= MMC_CAP_SD_HIGHSPEED | MMC_CAP_MMC_HIGHSPEED;

if (host->quirks & SDHCI_QUIRK_BROKEN_CARD_DETECTION)
if ((host->quirks & SDHCI_QUIRK_BROKEN_CARD_DETECTION) &&
mmc_card_is_removable(mmc))
mmc->caps |= MMC_CAP_NEEDS_POLL;

mmc->ocr_avail = 0;
Expand Down

0 comments on commit ea3a988

Please sign in to comment.