aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/omap.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mmc/host/omap.c')
-rw-r--r--drivers/mmc/host/omap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/host/omap.c b/drivers/mmc/host/omap.c
index 472e977b7404..adf679a157eb 100644
--- a/drivers/mmc/host/omap.c
+++ b/drivers/mmc/host/omap.c
@@ -1070,7 +1070,7 @@ static int __init mmc_omap_probe(struct platform_device *pdev)
1070 mmc->f_min = 400000; 1070 mmc->f_min = 400000;
1071 mmc->f_max = 24000000; 1071 mmc->f_max = 24000000;
1072 mmc->ocr_avail = MMC_VDD_32_33 | MMC_VDD_33_34; 1072 mmc->ocr_avail = MMC_VDD_32_33 | MMC_VDD_33_34;
1073 mmc->caps = MMC_CAP_MULTIWRITE | MMC_CAP_BYTEBLOCK; 1073 mmc->caps = MMC_CAP_MULTIWRITE;
1074 1074
1075 if (minfo->wire4) 1075 if (minfo->wire4)
1076 mmc->caps |= MMC_CAP_4_BIT_DATA; 1076 mmc->caps |= MMC_CAP_4_BIT_DATA;