diff options
author | Nigel Christian <nigel.l.christian@gmail.com> | 2021-05-25 06:05:58 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-05-26 00:20:27 +0200 |
commit | ccc882f0d838cb45a1a78ea4e48c219887f920dc (patch) | |
tree | e9dba09569f30ba8dd8e7fd3559d90d64dae50dc /drivers/net/nlmon.c | |
parent | Merge branch 'wan-cleanups' (diff) | |
download | linux-ccc882f0d838cb45a1a78ea4e48c219887f920dc.tar.xz linux-ccc882f0d838cb45a1a78ea4e48c219887f920dc.zip |
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>
Diffstat (limited to 'drivers/net/nlmon.c')
0 files changed, 0 insertions, 0 deletions