diff options
Diffstat (limited to 'drivers/mmc/host/atmel-mci.c')
-rw-r--r-- | drivers/mmc/host/atmel-mci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/host/atmel-mci.c b/drivers/mmc/host/atmel-mci.c index 25d5324ab7e2..cce873c5a149 100644 --- a/drivers/mmc/host/atmel-mci.c +++ b/drivers/mmc/host/atmel-mci.c | |||
@@ -849,7 +849,7 @@ static int __init atmci_probe(struct platform_device *pdev) | |||
849 | mmc->f_min = (host->bus_hz + 511) / 512; | 849 | mmc->f_min = (host->bus_hz + 511) / 512; |
850 | mmc->f_max = host->bus_hz / 2; | 850 | mmc->f_max = host->bus_hz / 2; |
851 | mmc->ocr_avail = MMC_VDD_32_33 | MMC_VDD_33_34; | 851 | mmc->ocr_avail = MMC_VDD_32_33 | MMC_VDD_33_34; |
852 | mmc->caps |= MMC_CAP_4_BIT_DATA | MMC_CAP_MULTIWRITE; | 852 | mmc->caps |= MMC_CAP_4_BIT_DATA; |
853 | 853 | ||
854 | mmc->max_hw_segs = 64; | 854 | mmc->max_hw_segs = 64; |
855 | mmc->max_phys_segs = 64; | 855 | mmc->max_phys_segs = 64; |