OSDN Git Service

net: dsa: b53: remove redundant premature assignment to new_pvid
authorColin Ian King <colin.king@canonical.com>
Wed, 27 May 2020 12:01:29 +0000 (13:01 +0100)
committerDavid S. Miller <davem@davemloft.net>
Wed, 27 May 2020 18:28:23 +0000 (11:28 -0700)
commit9f01a71c5cbec10b851588457089d17c20dc5a40
treecae2ec495bc273d0be588e5c04de4172d56a43c0
parentf96e9641e92b54de27b93d1af03d74b8304ce00a
net: dsa: b53: remove redundant premature assignment to new_pvid

Variable new_pvid is being assigned with a value that is never read,
the following if statement updates new_pvid with a new value in both
of the if paths. The assignment is redundant and can be removed.

Addresses-Coverity: ("Unused value")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Acked-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/dsa/b53/b53_common.c