diff options
| author | Colin Ian King <[email protected]> | 2020-02-21 23:26:53 +0000 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2020-02-23 16:40:38 -0800 |
| commit | 8e3a573517458a09fb0b702c2d04f3ec43f1b5c5 (patch) | |
| tree | 147acd6597fc8de80afb2523da24d460198cba81 /tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/EventClass.py | |
| parent | fb0b1c60421f2fb8de2f2dfa628c7c1c3f034bcc (diff) | |
net: ena: ethtool: remove redundant non-zero check on rc
The non-zero check on rc is redundant as a previous non-zero
check on rc will always return and the second check is never
reached, hence it is redundant and can be removed. Also
remove a blank line.
Addresses-Coverity: ("Logically dead code")
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