Commit 413ee400 authored by Federico Vaga's avatar Federico Vaga

sw:drv:spi: do not clear cur_xfer on finish()

Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>
parent 2747bef2
......@@ -457,7 +457,6 @@ static int spi_ocores_sw_xfer_finish(struct spi_ocores *sp)
spi_ocores_hw_xfer_config(sp, 0, 0);
sp->cur_xfer = NULL;
sp->cur_tx_buf = NULL;
sp->cur_tx_len = 0;
sp->cur_rx_buf = NULL;
......
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