diff options
-rw-r--r-- | drivers/mmc/host/sdhci-pci.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mmc/host/sdhci-pci.c b/drivers/mmc/host/sdhci-pci.c index c1a7f31c66a9..f46b84ce4ec8 100644 --- a/drivers/mmc/host/sdhci-pci.c +++ b/drivers/mmc/host/sdhci-pci.c | |||
@@ -310,6 +310,7 @@ static int intel_mrfl_mmc_probe_slot(struct sdhci_pci_slot *slot) | |||
310 | 310 | ||
311 | static const struct sdhci_pci_fixes sdhci_intel_mrfl_mmc = { | 311 | static const struct sdhci_pci_fixes sdhci_intel_mrfl_mmc = { |
312 | .quirks = SDHCI_QUIRK_NO_ENDATTR_IN_NOPDESC, | 312 | .quirks = SDHCI_QUIRK_NO_ENDATTR_IN_NOPDESC, |
313 | .quirks2 = SDHCI_QUIRK2_BROKEN_HS200, | ||
313 | .probe_slot = intel_mrfl_mmc_probe_slot, | 314 | .probe_slot = intel_mrfl_mmc_probe_slot, |
314 | }; | 315 | }; |
315 | 316 | ||