diff options
| -rw-r--r-- | drivers/spi/spi-xilinx.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/spi/spi-xilinx.c b/drivers/spi/spi-xilinx.c index 133f53a9c1d4..7abf6792cc11 100644 --- a/drivers/spi/spi-xilinx.c +++ b/drivers/spi/spi-xilinx.c | |||
| @@ -302,8 +302,10 @@ static int xilinx_spi_txrx_bufs(struct spi_device *spi, struct spi_transfer *t) | |||
| 302 | remaining_words -= n_words; | 302 | remaining_words -= n_words; |
| 303 | } | 303 | } |
| 304 | 304 | ||
| 305 | if (use_irq) | 305 | if (use_irq) { |
| 306 | xspi->write_fn(0, xspi->regs + XIPIF_V123B_DGIER_OFFSET); | 306 | xspi->write_fn(0, xspi->regs + XIPIF_V123B_DGIER_OFFSET); |
| 307 | xspi->write_fn(cr, xspi->regs + XSPI_CR_OFFSET); | ||
| 308 | } | ||
| 307 | 309 | ||
| 308 | return t->len; | 310 | return t->len; |
| 309 | } | 311 | } |
