spi: mxs: Assign message status after transfer finished
authorMarek Vasut <marex@denx.de>
Sun, 14 Oct 2012 02:32:55 +0000 (04:32 +0200)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Wed, 17 Oct 2012 07:10:35 +0000 (16:10 +0900)
In the current code implementing the MXS SPI driver, every transferred
message had assigned status = 0, which is not correct. Properly assign
status returned from the I/O functions.

Signed-off-by: Marek Vasut <marex@denx.de>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>

No differences found