diff options
author | 2016-12-09 15:24:12 +0530 | |
---|---|---|
committer | 2016-12-12 22:25:22 +0530 | |
commit | b33f7832bbf24dd40322fd673b2d7e3493c8515f (patch) | |
tree | 5c6c7c00ce6674c936c7ff9dadb7faaadc636619 /tools/perf/scripts/python | |
parent | dmaengine: mic_x100_dma: remove unused ‘data’ (diff) | |
download | wireguard-linux-b33f7832bbf24dd40322fd673b2d7e3493c8515f.tar.xz wireguard-linux-b33f7832bbf24dd40322fd673b2d7e3493c8515f.zip |
dmaengine: pch_dma: remove unused ‘cookie’
In pd_tx_submit(), variable ‘cookie’ is initialized but never used, which
leads to warning with W=1
drivers/dma/pch_dma.c: In function ‘pd_tx_submit’:
drivers/dma/pch_dma.c:420:15: warning: variable ‘cookie’ set but not used [-Wunused-but-set-variable]
dma_cookie_t cookie;
So remove it.
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions