diff options
author | 2016-12-09 15:24:12 +0530 | |
---|---|---|
committer | 2016-12-12 22:25:21 +0530 | |
commit | eef2c22cc3397bb8cf9f47226241fc65c04339aa (patch) | |
tree | 583ebfd2cbb796f215ee30e6781d6135dee6cefb /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | dmaengine: ioat: remove unused ‘ioat_dma’ (diff) | |
download | wireguard-linux-eef2c22cc3397bb8cf9f47226241fc65c04339aa.tar.xz wireguard-linux-eef2c22cc3397bb8cf9f47226241fc65c04339aa.zip |
dmaengine: ioat: remove unused ‘res’
In __cleanup(), variable ‘res’ is initialized but never used, which
leads to warning with W=1
drivers/dma/ioat/dma.c: In function ‘__cleanup’:
drivers/dma/ioat/dma.c:614:28: warning: variable ‘res’ set but not used [-Wunused-but-set-variable]
struct dmaengine_result res;
So remove it.
Cc: Dave Jiang <dave.jiang@intel.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions