diff options
Diffstat (limited to 'drivers/mmc/host/sdhci.c')
-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 e54d6fba85e1..3856669aa7e8 100644 --- a/drivers/mmc/host/sdhci.c +++ b/drivers/mmc/host/sdhci.c | |||
@@ -1834,7 +1834,7 @@ int sdhci_add_host(struct sdhci_host *host) | |||
1834 | /* | 1834 | /* |
1835 | * Maximum block count. | 1835 | * Maximum block count. |
1836 | */ | 1836 | */ |
1837 | mmc->max_blk_count = 65535; | 1837 | mmc->max_blk_count = (host->quirks & SDHCI_QUIRK_NO_MULTIBLOCK) ? 1 : 65535; |
1838 | 1838 | ||
1839 | /* | 1839 | /* |
1840 | * Init tasklets. | 1840 | * Init tasklets. |