Commit 390c47ea authored by Federico Vaga's avatar Federico Vaga

sw:drv:spi: no need to clear configuration within a message

Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>
parent 209935ce
......@@ -432,8 +432,6 @@ static int spi_ocores_sw_xfer_finish(struct spi_ocores *sp)
spi_ocores_hw_xfer_cs(sp, cs, 0);
}
spi_ocores_hw_xfer_config(sp, 0, 0);
sp->cur_tx_buf = NULL;
sp->cur_rx_buf = NULL;
sp->cur_len = 0;
......
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