diff options
author | Colin Ian King <[email protected]> | 2017-10-31 14:23:24 +0000 |
---|---|---|
committer | David S. Miller <[email protected]> | 2017-11-01 21:25:59 +0900 |
commit | e0337f92f6f36040ba91215bbe47203c410f472f (patch) | |
tree | 06deb4874366fe156190811ebf63ff08f50da3d6 /tools/perf/scripts/python/event_analyzing_sample.py | |
parent | 032a480202245e384fdbcac92da720d697384d8e (diff) |
net: macb: remove redundant assignment to variable work_done
Variable work_done is set to zero and this value is never read, instead
it is set to another value a few statements later. Remove the redundant
assignment. Cleans up clang warning:
drivers/net/ethernet/cadence/macb_main.c:1221:2: warning: Value stored
to 'work_done' is never read
Signed-off-by: Colin Ian King <[email protected]>
Tested-by: Alexander Dahl <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions