diff options
author | Colin Ian King <[email protected]> | 2018-02-01 18:35:39 +0000 |
---|---|---|
committer | Jeff Kirsher <[email protected]> | 2018-02-26 09:38:50 -0800 |
commit | 93a6a37c6982ac39206da2fa05dcf5868049a378 (patch) | |
tree | 2da181c86bc73ef44eb533d028d51376b2b881fe /tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/SchedGui.py | |
parent | 6d9c02171a8081f3746ea8cf7c67b0063a2272db (diff) |
ixgbevf: remove redundant initialization of variable 'dma'
Variable dma is initialized with a value that is never read, later
on it is re-assigned a new value, hence the initialization is redundant
and can be removed.
Cleans up clang warning:
drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c:584:13: warning: Value
stored to 'dma' during its initialization is never read
Signed-off-by: Colin Ian King <[email protected]>
Acked-by: Alexander Duyck <[email protected]>
Tested-by: Andrew Bowers <[email protected]>
Signed-off-by: Jeff Kirsher <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/SchedGui.py')
0 files changed, 0 insertions, 0 deletions