spi: omap2-mcspi: Reorder the wait_for_completion for tx
authorShubhrajyoti D <shubhrajyoti@ti.com>
Tue, 6 Nov 2012 09:00:19 +0000 (14:30 +0530)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Tue, 6 Nov 2012 09:03:03 +0000 (10:03 +0100)
The commit  d7b4394e[Cleanup the omap2_mcspi_txrx_dma function]
changed the wait_for_completion order. Move the wait so that the
rx doesnot wait for the tx to complete.

Reported-and-tested-by: Sørensen, Stefan <Sorensen@polycom.com>
Signed-off-by: Shubhrajyoti D <shubhrajyoti@ti.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>

No differences found