spi-sunxi: remove msleep in sunxi_spi_dma_transfer

This commit is contained in:
August 2024-07-15 20:10:22 +08:00
parent b27b4f3805
commit d6cbc01729

View File

@ -1415,7 +1415,7 @@ static int sunxi_spi_dma_transfer(struct spi_device *spi, struct spi_transfer *t
unsigned tx_len = t->len; /* number of bytes receieved */
unsigned rx_len = t->len; /* number of bytes sent */
msleep(10);
//msleep(10);
switch (sspi->mode_type) {
case SINGLE_HALF_DUPLEX_RX:
case DUAL_HALF_DUPLEX_RX: