net: dsa: Initialize ds->enabled_port_mask and ds->phys_mii_mask
authorFlorian Fainelli <f.fainelli@gmail.com>
Tue, 7 Jun 2016 23:32:39 +0000 (16:32 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 8 Jun 2016 18:23:41 +0000 (11:23 -0700)
commit6e830d8f0deca91fcb84d3156dcebb20384a9e2d
treef5bf1f8b55aa043b7649c3c5781eff767316866a
parent0b7b498d41709d68bb4f520051f68d64f752beee
net: dsa: Initialize ds->enabled_port_mask and ds->phys_mii_mask

Some drivers rely on these two bitmasks to contain the correct values
for them to successfully probe and initialize at drv->setup() time,
calculate correct values to put in both masks as early as possible in
dsa_get_ports_dn().

Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/dsa/dsa2.c
This page took 0.025655 seconds and 5 git commands to generate.