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: Michael Welling <mwelling@ieee.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
Michael Welling 2015-05-23 21:13:42 -05:00 коммит произвёл Mark Brown
Родитель ddcad7e906
Коммит be632f6584
1 изменённых файлов: 0 добавлений и 3 удалений

Просмотреть файл

@ -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);
if (mcspi->fifo_depth > 0)