Commit 77ba6145 authored by Mark Brown's avatar Mark Brown

Merge remote-tracking branch 'spi/fix/xilinx' into spi-linus

parents 89b77c4b e33d085d
......@@ -315,7 +315,7 @@ static int xilinx_spi_txrx_bufs(struct spi_device *spi, struct spi_transfer *t)
}
/* See if there is more data to send */
if (!xspi->remaining_bytes > 0)
if (xspi->remaining_bytes <= 0)
break;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment