Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit be632f65 authored by Michael Welling's avatar Michael Welling Committed by Mark Brown
Browse files

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: default avatarMichael Welling <mwelling@ieee.org>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent ddcad7e9
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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)