]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
net: bridge: remove redundant check to see if err is set
authorColin Ian King <colin.king@canonical.com>
Tue, 7 Feb 2017 10:56:38 +0000 (10:56 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 7 Feb 2017 19:04:29 +0000 (14:04 -0500)
commit1f02b5f42f53af516c4f5f747390e66d7a8f0bfe
treea1391b54ede82b4cb1dc8d891b73f46100e41337
parentee467fbaaf8eed86efc335753bd95971aa444f7a
net: bridge: remove redundant check to see if err is set

The error check on err is redundant as it is being checked
previously each time it has been updated.  Remove this redundant
check.

Detected with CoverityScan, CID#140030("Logically dead code")

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Reviewed-by: Nikolay Aleksandrov <nikolay@cumulusnetworks.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/bridge/br_netlink.c