diff options
author | Colin Ian King <colin.king@canonical.com> | 2017-05-11 19:29:40 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-05-11 21:42:17 -0400 |
commit | d2be3667f3769b3c60aa294ef7f2b03d1b16559c (patch) | |
tree | 7b1efca88a07566ad12108fb349064b4fc421a3c /samples/bpf | |
parent | 69a73e744db1a57175039e3d1e6ef3913e816eb8 (diff) | |
download | linux-d2be3667f3769b3c60aa294ef7f2b03d1b16559c.tar.bz2 |
ethernet: aquantia: remove redundant checks on error status
The error status err is initialized as zero and then being checked
several times to see if it is less than zero even when it has not
been updated. It may seem that the err should be assigned to the
return code of the call to the various *offload_en_set calls and
then we check for failure, however, these functions are void and
never actually return any status.
Since these error checks are redundant we can remove these
as well as err and the error exit label err_exit.
Detected by CoverityScan, CID#1398313 and CID#1398306 ("Logically
dead code")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Reviewed-by: Lino Sanfilippo <LinoSanfilippo@gmx.de>
Acked-by: Pavel Belous <pavel.belous@aquantia.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'samples/bpf')
0 files changed, 0 insertions, 0 deletions