commit | 5865ccce7eac9bb520d7dacfb48cb72764ed10c3 | [log] [tgz] |
---|---|---|
author | Florian Fainelli <f.fainelli@gmail.com> | Wed Apr 05 11:19:30 2017 -0700 |
committer | David S. Miller <davem@davemloft.net> | Thu Apr 06 13:33:17 2017 -0700 |
tree | 12ff128c9c1ea1b7741382b9f1595396ff897abc | |
parent | 91e91beff6908a1e54536613b318efd56f6e27c4 [diff] |
net: dsa: loop: Fix uninitialized pvid variable Dan's static analyzer reported the following: drivers/net/dsa/dsa_loop.c:181 dsa_loop_port_vlan_del() error: XXX uninitialized symbol 'pvid'. we were missing the assignment of pvid to ps->vid, so add that. Reported-by: Dan Carpenter <dan.carpenter@oracle.com> Fixes: 98cd1552ea27 ("net: dsa: Mock-up driver") Signed-off-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>