diff options
author | Colin Ian King <colin.king@canonical.com> | 2020-02-22 02:26:53 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-02-24 03:40:38 +0300 |
commit | 8e3a573517458a09fb0b702c2d04f3ec43f1b5c5 (patch) | |
tree | 147acd6597fc8de80afb2523da24d460198cba81 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | fb0b1c60421f2fb8de2f2dfa628c7c1c3f034bcc (diff) | |
download | linux-8e3a573517458a09fb0b702c2d04f3ec43f1b5c5.tar.xz |
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 <colin.king@canonical.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