Browse Source

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>
Michael Welling 10 years ago
parent
commit
be632f6584
1 changed files with 0 additions and 3 deletions
  1. 0 3
      drivers/spi/spi-omap2-mcspi.c

+ 0 - 3
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)