diff options
author | 2016-12-09 15:24:12 +0530 | |
---|---|---|
committer | 2016-12-12 22:25:22 +0530 | |
commit | 2a440bd417a57d26453c361951052656e4c837b1 (patch) | |
tree | 1a6a2f75ffd4ff4dc579d3c1fc06cd174712d47a /tools/perf/scripts/python/export-to-postgresql.py | |
parent | dmaengine: stm32-dma: remove unused ‘sfcr’ (diff) | |
download | wireguard-linux-2a440bd417a57d26453c361951052656e4c837b1.tar.xz wireguard-linux-2a440bd417a57d26453c361951052656e4c837b1.zip |
dmaengine: stm32-dma: remove unused ‘dst_addr’
In stm32_dma_set_xfer_param(), variable ‘dst_addr’ is initialized but never used, which
leads to warning with W=1
drivers/dma/stm32-dma.c: In function ‘stm32_dma_set_xfer_param’:
drivers/dma/stm32-dma.c:577:23: warning: variable ‘dst_addr’ set but not used [-Wunused-but-set-variable]
dma_addr_t src_addr, dst_addr;
So remove it.
Reviewed-by: M'boumba Cedric Madianga <cedric.madianga@gmail.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions