spi/xilinx: Simplify data read from the Rx FIFO
authorRicardo Ribalda Delgado <ricardo.ribalda@gmail.com>
Fri, 23 Jan 2015 16:08:35 +0000 (17:08 +0100)
committerMark Brown <broonie@kernel.org>
Tue, 27 Jan 2015 17:25:34 +0000 (17:25 +0000)
The number of words in the read buffer will be exactly the same as the
number of words written on write buffer, once the transaction has
finished.

Instead of cheking the rx_empty flags for every word simply save the
number of words written by fill_tx_fifo.

Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@gmail.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-xilinx.c

Simple merge