diff options
Diffstat (limited to 'drivers/mmc/host/sdhci-pci.c')
-rw-r--r-- | drivers/mmc/host/sdhci-pci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/host/sdhci-pci.c b/drivers/mmc/host/sdhci-pci.c index 5094fe805764..856bb2b2837e 100644 --- a/drivers/mmc/host/sdhci-pci.c +++ b/drivers/mmc/host/sdhci-pci.c | |||
@@ -98,7 +98,7 @@ static const struct sdhci_pci_fixes sdhci_ene_714 = { | |||
98 | 98 | ||
99 | static const struct sdhci_pci_fixes sdhci_cafe = { | 99 | static const struct sdhci_pci_fixes sdhci_cafe = { |
100 | .quirks = SDHCI_QUIRK_NO_SIMULT_VDD_AND_POWER | | 100 | .quirks = SDHCI_QUIRK_NO_SIMULT_VDD_AND_POWER | |
101 | SDHCI_QUIRK_INCR_TIMEOUT_CONTROL, | 101 | SDHCI_QUIRK_BROKEN_TIMEOUT_VAL, |
102 | }; | 102 | }; |
103 | 103 | ||
104 | static const struct sdhci_pci_fixes sdhci_jmicron = { | 104 | static const struct sdhci_pci_fixes sdhci_jmicron = { |