diff options
author | Vignesh R <vigneshr@ti.com> | 2017-03-27 08:29:28 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2017-03-27 12:56:15 +0300 |
commit | cb3c8e5ade3f01839ce0a9388ddc9729de4e2d6d (patch) | |
tree | f5fe295fb8705152f6651af13783c39ddb8bce20 /include/linux/spi/spi.h | |
parent | 1351aaeb50b2ae5eb5469b3d3d0a84073a127a39 (diff) | |
download | linux-cb3c8e5ade3f01839ce0a9388ddc9729de4e2d6d.tar.xz |
spi: spi-ti-qspi: Remove unused dma_dev variable
commit 1351aaeb50b2 ("spi: spi-ti-qspi: Use dma_engine wrapper for dma
memcpy call") introduced this warning:
drivers/spi/spi-ti-qspi.c: In function 'ti_qspi_dma_xfer':
drivers/spi/spi-ti-qspi.c:398:21: warning: unused variable 'dma_dev' [-Wunused-variable]
struct dma_device *dma_dev = chan->device;
Fix it by removing the unused variable.
Signed-off-by: Vignesh R <vigneshr@ti.com>
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'include/linux/spi/spi.h')
0 files changed, 0 insertions, 0 deletions