commit | f895e27f591228704954cc8927d9c61b3f3da90f | [log] [tgz] |
---|---|---|
author | Heiner Kallweit <hkallweit1@gmail.com> | Thu Oct 27 21:26:08 2016 +0200 |
committer | Mark Brown <broonie@kernel.org> | Fri Oct 28 19:39:23 2016 +0100 |
tree | bec90360ba75e6a38d859b77f79be5c1337abd6f | |
parent | 54731265966db742dda09008bd9bbe12ae11e93e [diff] |
spi: fsl-espi: Rename len in struct mpc8xxx_spi to rx_len and make it unsigned Now that we introduced element tx_len in struct mpc8xxx_spi let's rename element len to rx_len as it actually is the number of bytes to receive. In addition make it unsigned. Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com> Signed-off-by: Mark Brown <broonie@kernel.org>