diff options
-rw-r--r-- | drivers/mmc/host/sdhci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/host/sdhci.c b/drivers/mmc/host/sdhci.c index 17b4e391db35..758a7417eb50 100644 --- a/drivers/mmc/host/sdhci.c +++ b/drivers/mmc/host/sdhci.c | |||
@@ -1294,7 +1294,7 @@ static int __devinit sdhci_probe_slot(struct pci_dev *pdev, int slot) | |||
1294 | 1294 | ||
1295 | version = readw(host->ioaddr + SDHCI_HOST_VERSION); | 1295 | version = readw(host->ioaddr + SDHCI_HOST_VERSION); |
1296 | version = (version & SDHCI_SPEC_VER_MASK) >> SDHCI_SPEC_VER_SHIFT; | 1296 | version = (version & SDHCI_SPEC_VER_MASK) >> SDHCI_SPEC_VER_SHIFT; |
1297 | if (version != 0) { | 1297 | if (version > 1) { |
1298 | printk(KERN_ERR "%s: Unknown controller version (%d). " | 1298 | printk(KERN_ERR "%s: Unknown controller version (%d). " |
1299 | "You may experience problems.\n", host->slot_descr, | 1299 | "You may experience problems.\n", host->slot_descr, |
1300 | version); | 1300 | version); |