diff options
Diffstat (limited to 'drivers/mmc/at91_mci.c')
-rw-r--r-- | drivers/mmc/at91_mci.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mmc/at91_mci.c b/drivers/mmc/at91_mci.c index e28850dec9ed..2ce50f38e3c7 100644 --- a/drivers/mmc/at91_mci.c +++ b/drivers/mmc/at91_mci.c | |||
@@ -824,6 +824,7 @@ static int __init at91_mci_probe(struct platform_device *pdev) | |||
824 | mmc->caps = MMC_CAP_BYTEBLOCK; | 824 | mmc->caps = MMC_CAP_BYTEBLOCK; |
825 | 825 | ||
826 | mmc->max_blk_size = 4095; | 826 | mmc->max_blk_size = 4095; |
827 | mmc->max_blk_count = mmc->max_req_size; | ||
827 | 828 | ||
828 | host = mmc_priv(mmc); | 829 | host = mmc_priv(mmc); |
829 | host->mmc = mmc; | 830 | host->mmc = mmc; |