aboutsummaryrefslogtreecommitdiffstats
path: root/samples
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2017-05-11 19:29:40 +0100
committerDavid S. Miller <davem@davemloft.net>2017-05-11 21:42:17 -0400
commitd2be3667f3769b3c60aa294ef7f2b03d1b16559c (patch)
tree7b1efca88a07566ad12108fb349064b4fc421a3c /samples
parentbpf: Remove commented out debugging hack in test_align. (diff)
downloadlinux-dev-d2be3667f3769b3c60aa294ef7f2b03d1b16559c.tar.xz
linux-dev-d2be3667f3769b3c60aa294ef7f2b03d1b16559c.zip
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')
0 files changed, 0 insertions, 0 deletions