mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
Merge branch 'dsa-loop-fixes'
Florian Fainelli says: ==================== net: dsa: Mock-up driver couple fixes Thanks to Dan's static checker, a bunch of small issues were found in the code. ==================== Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
commit
9e9623abda
@ -164,7 +164,7 @@ static int dsa_loop_port_vlan_del(struct dsa_switch *ds, int port,
|
||||
struct dsa_loop_priv *ps = ds->priv;
|
||||
struct mii_bus *bus = ps->bus;
|
||||
struct dsa_loop_vlan *vl;
|
||||
u16 vid, pvid;
|
||||
u16 vid, pvid = ps->pvid;
|
||||
|
||||
dev_dbg(ds->dev, "%s\n", __func__);
|
||||
|
||||
@ -194,7 +194,7 @@ static int dsa_loop_port_vlan_dump(struct dsa_switch *ds, int port,
|
||||
struct mii_bus *bus = ps->bus;
|
||||
struct dsa_loop_vlan *vl;
|
||||
u16 vid, vid_start = 0;
|
||||
int err;
|
||||
int err = 0;
|
||||
|
||||
dev_dbg(ds->dev, "%s\n", __func__);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user