提交 be632f65 编写于 作者: M Michael Welling 提交者: Mark Brown

spi: omap2-mcspi: Remove unnecessary delay

The core spi driver handles the delay between transactions.
This is a remanant from the transfer_one conversion.
Signed-off-by: NMichael Welling <mwelling@ieee.org>
Signed-off-by: NMark Brown <broonie@kernel.org>
上级 ddcad7e9
...@@ -1163,9 +1163,6 @@ static int omap2_mcspi_work_one(struct omap2_mcspi *mcspi, ...@@ -1163,9 +1163,6 @@ static int omap2_mcspi_work_one(struct omap2_mcspi *mcspi,
} }
} }
if (t->delay_usecs)
udelay(t->delay_usecs);
omap2_mcspi_set_enable(spi, 0); omap2_mcspi_set_enable(spi, 0);
if (mcspi->fifo_depth > 0) if (mcspi->fifo_depth > 0)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册