diff options
author | Pierre Ossman <drzeus@drzeus.cx> | 2008-07-04 18:25:15 -0400 |
---|---|---|
committer | Pierre Ossman <drzeus@drzeus.cx> | 2008-07-15 08:14:39 -0400 |
commit | ee53ab5d73998e502801c024a08de2c39a92c52a (patch) | |
tree | bbee55e0cfffa4837918b7ada2f031f7dab3fcbb /drivers/mmc/host/sdhci-pci.c | |
parent | 22606405894a3ca5796eb4454a4b83af611fd201 (diff) |
sdhci: make workaround for timeout bug more general
Give the quirk for broken timeout handling a better chance of handling
more controllers by simply classifying the system as broken and setting
a fixed value.
Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>
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 = { |