]> asedeno.scripts.mit.edu Git - linux.git/commit
net/bridge/br_multicast: remove redundant variable "err"
authorzhong jiang <zhongjiang@huawei.com>
Mon, 6 Aug 2018 03:07:23 +0000 (11:07 +0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 6 Aug 2018 17:33:44 +0000 (10:33 -0700)
commit9c2e955c48363a6a000a684aa49be7f4ac1120ad
tree01b39f7a032327c2bdc36c7761d1128a0cd32e1b
parentbe1459de2eea3619dbbb8f1f9a420e103a85986a
net/bridge/br_multicast: remove redundant variable "err"

The err is not modified after initalization, So remove it and make
it to be void function.

Signed-off-by: zhong jiang <zhongjiang@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/bridge/br_multicast.c