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

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

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

parents 89b77c4b e33d085d
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -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 */
		/* See if there is more data to send */
		if (!xspi->remaining_bytes > 0)
		if (xspi->remaining_bytes <= 0)
			break;
			break;
	}
	}