diff options
author | Colin Ian King <colin.king@canonical.com> | 2017-10-31 14:23:24 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-11-01 21:25:59 +0900 |
commit | e0337f92f6f36040ba91215bbe47203c410f472f (patch) | |
tree | 06deb4874366fe156190811ebf63ff08f50da3d6 /tools/perf/scripts/python/export-to-postgresql.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 <colin.king@canonical.com>
Tested-by: Alexander Dahl <ada@thorsis.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions