]> asedeno.scripts.mit.edu Git - linux.git/commit
spi: fsl-espi: Rename len in struct mpc8xxx_spi to rx_len and make it unsigned
authorHeiner Kallweit <hkallweit1@gmail.com>
Thu, 27 Oct 2016 19:26:08 +0000 (21:26 +0200)
committerMark Brown <broonie@kernel.org>
Fri, 28 Oct 2016 18:39:23 +0000 (19:39 +0100)
commitf895e27f591228704954cc8927d9c61b3f3da90f
treebec90360ba75e6a38d859b77f79be5c1337abd6f
parent54731265966db742dda09008bd9bbe12ae11e93e
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>
drivers/spi/spi-fsl-espi.c
drivers/spi/spi-fsl-lib.h