-next.git - net-next plumbings
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeiner Kallweit <hkallweit1@gmail.com>2016-09-07 22:51:10 +0200
committerMark Brown <broonie@kernel.org>2016-09-12 19:58:45 +0100
commite33a3ade909194ec2ca633a53b428d4dac853f8a (patch)
tree062f7bde9da24321aea7a3ff5c2d1896499b1fde
parent7c159aa8c103b02a8434ae18b22048952c796e6f (diff)
spi: fsl-espi: remove element status from struct fsl_espi_transfer
Use the return values of the functions in the call chain to transport status information instead of using an element in struct fsl_espi_transfer for this. This is more in line with the general approach how to handle status information and is one step further to eventually get rid of struct fsl_espi_transfer completely. Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com> Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r--drivers/spi/spi-fsl-espi.c47
1 files changed, 26 insertions, 21 deletions
diff --git a/drivers/spi/spi-fsl-espi.c b/drivers/spi/spi-fsl-espi.c