|
@@ -271,7 +271,6 @@ static int xilinx_spi_txrx_bufs(struct spi_device *spi, struct spi_transfer *t)
|
|
|
* transmitter while the Isr refills the transmit register/FIFO,
|
|
|
* or make sure it is stopped if we're done.
|
|
|
*/
|
|
|
- cr = xspi->read_fn(xspi->regs + XSPI_CR_OFFSET);
|
|
|
xspi->write_fn(cr | XSPI_CR_TRANS_INHIBIT,
|
|
|
xspi->regs + XSPI_CR_OFFSET);
|
|
|
|