diff options
-rw-r--r-- | drivers/mmc/host/sdhci-acpi.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mmc/host/sdhci-acpi.c b/drivers/mmc/host/sdhci-acpi.c index 0d372f02dc6a..ebb3f392b589 100644 --- a/drivers/mmc/host/sdhci-acpi.c +++ b/drivers/mmc/host/sdhci-acpi.c | |||
@@ -122,6 +122,7 @@ static const struct sdhci_acpi_slot sdhci_acpi_slot_int_emmc = { | |||
122 | }; | 122 | }; |
123 | 123 | ||
124 | static const struct sdhci_acpi_slot sdhci_acpi_slot_int_sdio = { | 124 | static const struct sdhci_acpi_slot sdhci_acpi_slot_int_sdio = { |
125 | .quirks = SDHCI_QUIRK_BROKEN_CARD_DETECTION, | ||
125 | .quirks2 = SDHCI_QUIRK2_HOST_OFF_CARD_ON, | 126 | .quirks2 = SDHCI_QUIRK2_HOST_OFF_CARD_ON, |
126 | .caps = MMC_CAP_NONREMOVABLE | MMC_CAP_POWER_OFF_CARD, | 127 | .caps = MMC_CAP_NONREMOVABLE | MMC_CAP_POWER_OFF_CARD, |
127 | .flags = SDHCI_ACPI_RUNTIME_PM, | 128 | .flags = SDHCI_ACPI_RUNTIME_PM, |