diff options
author | Colin Ian King <[email protected]> | 2018-03-01 16:42:40 +0000 |
---|---|---|
committer | David S. Miller <[email protected]> | 2018-03-04 18:17:27 -0500 |
commit | 129fbeecbccdeaa4f89aaea5d1698aae44ae4b4b (patch) | |
tree | 781feb74e380f2f98e35916d4be5fb90658a0825 /tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/EventClass.py | |
parent | 93a00d4d613fb6363c618c941b0283c2df6bd64e (diff) |
net: amd8111e: remove redundant assignment to 'tx_index'
The variable tx_index is being initialized with a value that is never
read and re-assigned a little later, hence the initialization is redundant
and can be removed.
Cleans up clang warning:
drivers/net/ethernet/amd/amd8111e.c:652:6: warning: Value stored to
'tx_index' during its initialization is never read
Signed-off-by: Colin Ian King <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/EventClass.py')
0 files changed, 0 insertions, 0 deletions