diff options
Diffstat (limited to 'drivers/mmc')
-rw-r--r-- | drivers/mmc/host/omap.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mmc/host/omap.c b/drivers/mmc/host/omap.c index da70467915d6..472e977b7404 100644 --- a/drivers/mmc/host/omap.c +++ b/drivers/mmc/host/omap.c | |||
@@ -931,7 +931,6 @@ static int mmc_omap_calc_divisor(struct mmc_host *mmc, struct mmc_ios *ios) | |||
931 | 931 | ||
932 | if (dsor > 250) | 932 | if (dsor > 250) |
933 | dsor = 250; | 933 | dsor = 250; |
934 | dsor++; | ||
935 | 934 | ||
936 | if (ios->bus_width == MMC_BUS_WIDTH_4) | 935 | if (ios->bus_width == MMC_BUS_WIDTH_4) |
937 | dsor |= 1 << 15; | 936 | dsor |= 1 << 15; |