Signed-off-by: Axel Lin <axel.lin@xxxxxxxxxx> --- drivers/spi/spi-xcomm.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/drivers/spi/spi-xcomm.c b/drivers/spi/spi-xcomm.c index bb478dc..736a488 100644 --- a/drivers/spi/spi-xcomm.c +++ b/drivers/spi/spi-xcomm.c @@ -149,11 +149,6 @@ static int spi_xcomm_transfer_one(struct spi_master *master, list_for_each_entry(t, &msg->transfers, transfer_list) { - if (!t->tx_buf && !t->rx_buf && t->len) { - status = -EINVAL; - break; - } - status = spi_xcomm_setup_transfer(spi_xcomm, spi, t, &settings); if (status < 0) break; -- 1.8.3.2 -- To unsubscribe from this list: send the line "unsubscribe linux-spi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html