summaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-pxa2xx-dma.c
diff options
context:
space:
mode:
authorJarkko Nikula2016-09-07 16:04:06 +0200
committerMark Brown2016-09-12 21:01:27 +0200
commit4fc0caac065dbf300238997c7d2c212a2b120099 (patch)
tree495a2497f84650f4674f00bb67f9d155638fc4ee /drivers/spi/spi-pxa2xx-dma.c
parentspi: pxa2xx: Do not needlessly initialize stack variables (diff)
downloadkernel-qcow2-linux-4fc0caac065dbf300238997c7d2c212a2b120099.tar.gz
kernel-qcow2-linux-4fc0caac065dbf300238997c7d2c212a2b120099.tar.xz
kernel-qcow2-linux-4fc0caac065dbf300238997c7d2c212a2b120099.zip
spi: pxa2xx: Remove pointer to current SPI message from driver data
There is no need to carry pointer to current SPI message in driver data because cur_msg in struct spi_master holds it already when driver is using the message queueing infrastructure from the SPI core. Signed-off-by: Jarkko Nikula <jarkko.nikula@linux.intel.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/spi/spi-pxa2xx-dma.c')
-rw-r--r--drivers/spi/spi-pxa2xx-dma.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/spi/spi-pxa2xx-dma.c b/drivers/spi/spi-pxa2xx-dma.c
index 80c8e27a2f73..38efac33da47 100644
--- a/drivers/spi/spi-pxa2xx-dma.c
+++ b/drivers/spi/spi-pxa2xx-dma.c
@@ -23,7 +23,7 @@
static void pxa2xx_spi_dma_transfer_complete(struct driver_data *drv_data,
bool error)
{
- struct spi_message *msg = drv_data->cur_msg;
+ struct spi_message *msg = drv_data->master->cur_msg;
/*
* It is possible that one CPU is handling ROR interrupt and other