diff options
author | Adrian Hunter <adrian.hunter@intel.com> | 2011-12-27 14:48:45 +0100 |
---|---|---|
committer | Chris Ball <cjb@laptop.org> | 2012-01-12 05:58:47 +0100 |
commit | e2a0a5829c4069ee4a0f28c7301187ffaba91a46 (patch) | |
tree | 347156df029072cb4c84bdae66e2daac547eb838 /drivers/mmc/host/sdhci-pci.c | |
parent | mmc: sdhci-pci: get gpio numbers from platform data (diff) | |
download | linux-e2a0a5829c4069ee4a0f28c7301187ffaba91a46.tar.xz linux-e2a0a5829c4069ee4a0f28c7301187ffaba91a46.zip |
mmc: sdhci-pci: remove SDHCI_QUIRK2_OWN_CARD_DETECTION
Even if a driver provides separate card detection, an interrupt
is still needed to abort mmc requests that are in progress.
SDHCI_QUIRK2_OWN_CARD_DETECTION prevents that, so remove it.
Signed-off-by: Adrian Hunter <adrian.hunter@intel.com>
Signed-off-by: Chris Ball <cjb@laptop.org>
Diffstat (limited to 'drivers/mmc/host/sdhci-pci.c')
-rw-r--r-- | drivers/mmc/host/sdhci-pci.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mmc/host/sdhci-pci.c b/drivers/mmc/host/sdhci-pci.c index 646680a5993a..83a152e9b976 100644 --- a/drivers/mmc/host/sdhci-pci.c +++ b/drivers/mmc/host/sdhci-pci.c @@ -212,7 +212,6 @@ static void sdhci_pci_add_own_cd(struct sdhci_pci_slot *slot) slot->cd_gpio = gpio; slot->cd_irq = irq; - slot->host->quirks2 |= SDHCI_QUIRK2_OWN_CARD_DETECTION; return; |