Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions drivers/spi/spi_mcux_dspi.c
Original file line number Diff line number Diff line change
Expand Up @@ -687,13 +687,6 @@ static int transceive(const struct device *dev,
SPI_Type *base = config->base;
#endif

if (rx_bufs == NULL) {
/* FIXME: for some reason this messes up the DMA configuration
* probably because CITER is 0 and transfer is starting for some reason
*/
return -ENOTSUP;
}

spi_context_lock(&data->ctx, asynchronous, cb, userdata, spi_cfg);

ret = spi_mcux_configure(dev, spi_cfg);
Expand Down