Re: [PATCH net-next] net: dsa: bcm_sf2: Get VLAN_PORT_MASK from b53_device

2016-09-11 Thread David Miller
From: Florian Fainelli Date: Sat, 10 Sep 2016 12:39:03 -0700 > While migrating the bcm_sf2 driver to use b53_common, we left a small > piece untouched where we kept our local copy of the per-port > port_vlan_ctl bitmask value. This value is now maintained by b53_device > so we need to use it inst

[PATCH net-next] net: dsa: bcm_sf2: Get VLAN_PORT_MASK from b53_device

2016-09-10 Thread Florian Fainelli
While migrating the bcm_sf2 driver to use b53_common, we left a small piece untouched where we kept our local copy of the per-port port_vlan_ctl bitmask value. This value is now maintained by b53_device so we need to use it instead of our local (and now stale) copy of it. Fixes: f458995b9ad8 ("net