]> git.baikalelectronics.ru Git - kernel.git/commit
net: bridge: remove redundant assignment
authorNigel Christian <nigel.l.christian@gmail.com>
Tue, 25 May 2021 04:05:58 +0000 (23:05 -0500)
committerDavid S. Miller <davem@davemloft.net>
Tue, 25 May 2021 22:20:27 +0000 (15:20 -0700)
commit1912f1579750c90984496eb5c47dbfb9f6a6b3d6
treee9dba09569f30ba8dd8e7fd3559d90d64dae50dc
parent3d613967af60d971c0b4274ccfeeac5418787254
net: bridge: remove redundant assignment

The variable br is assigned a value that is not being read after
exiting case IFLA_STATS_LINK_XSTATS_SLAVE. The assignment is
redundant and can be removed.

Addresses-Coverity ("Unused value")
Signed-off-by: Nigel Christian <nigel.l.christian@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/bridge/br_netlink.c