From be632f658462f5c80817a383c6d9b9790c0e7d1f Mon Sep 17 00:00:00 2001 From: Michael Welling Date: Sat, 23 May 2015 21:13:42 -0500 Subject: [PATCH] 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 Signed-off-by: Mark Brown --- drivers/spi/spi-omap2-mcspi.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/drivers/spi/spi-omap2-mcspi.c b/drivers/spi/spi-omap2-mcspi.c index a7d85c5ab2fa..304b427db95d 100644 --- a/drivers/spi/spi-omap2-mcspi.c +++ b/drivers/spi/spi-omap2-mcspi.c @@ -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) -- 2.39.5