commit | 204e706fa2ac1a62ff6423039945eb567c6c7efc | [log] [tgz] |
---|---|---|
author | Marek Vasut <marex@denx.de> | Tue Sep 04 04:40:16 2012 +0200 |
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | Thu Sep 06 07:42:11 2012 +0800 |
tree | e314ad7d3ae45cd1302e4fb57c34944f3367d270 | |
parent | 010b481834b2b60f7d8543263a63e69396019f7b [diff] |
mxs/spi: Increment the transfer length only if transfer succeeded The transfer function incremented (struct spi_message)->actual_length unconditionally, even if the transfer failed. Rectify this by incrementing this only if transfer succeeded. Signed-off-by: Marek Vasut <marex@denx.de> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>