提交 ec2f362a 编写于 作者: T Tony Lindgren 提交者: Pierre Ossman

MMC: OMAP: Remove extra divisor increase

As noted by Kyungmin Park, the divisor calculation has
an unnecessary increase.
Signed-off-by: NTony Lindgren <tony@atomide.com>
Signed-off-by: NCarlos Eduardo Aguiar <carlos.aguiar@indt.org.br>
Signed-off-by: NPierre Ossman <drzeus@drzeus.cx>
上级 5ec21b1c
......@@ -931,7 +931,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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册