diff options
author | Colin Ian King <colin.king@canonical.com> | 2020-02-21 23:26:53 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-02-23 16:40:38 -0800 |
commit | 8e3a573517458a09fb0b702c2d04f3ec43f1b5c5 (patch) | |
tree | 147acd6597fc8de80afb2523da24d460198cba81 /crypto | |
parent | fb0b1c60421f2fb8de2f2dfa628c7c1c3f034bcc (diff) | |
download | linux-8e3a573517458a09fb0b702c2d04f3ec43f1b5c5.tar.gz linux-8e3a573517458a09fb0b702c2d04f3ec43f1b5c5.tar.bz2 linux-8e3a573517458a09fb0b702c2d04f3ec43f1b5c5.zip |
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 'crypto')
0 files changed, 0 insertions, 0 deletions