Commit 13ee710f authored by Tony Lindgren's avatar Tony Lindgren

MMC: Remove extra diviso increase

As noted by Kyungmin Park, the divisor calculation has
an unnecessary increase.
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent aa6a0f45
......@@ -935,7 +935,6 @@ static int mmc_omap_calc_divisor(struct mmc_host *mmc, struct mmc_ios *ios)
if (dsor > 250)
dsor = 250;
dsor++;
if (ios->bus_width == MMC_BUS_WIDTH_4)
dsor |= 1 << 15;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment