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)
commitc5d348dffa7ca1f072ff5526171a2b88bbffc24b
tree883632810a8ce926534cc3e6e403f1ef3fcec5c9
parent0240f94516964db00d0fc1d1e676f3c273710e17
spi/xilinx: Simplify data read from the Rx FIFO

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