diff options
author | Florian Fainelli <f.fainelli@gmail.com> | 2017-06-02 22:31:23 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-06-05 03:05:15 +0300 |
commit | 14be36c2c96cd18cfa036f230b57ea78d82a303f (patch) | |
tree | 588f98e84727f296a0383a1e359359017e6704d2 /drivers/net/dsa/mv88e6xxx/phy.c | |
parent | e41c1b5030e279c6626d3d052c3ca5ce5e2508df (diff) | |
download | linux-14be36c2c96cd18cfa036f230b57ea78d82a303f.tar.xz |
net: dsa: Initialize all CPU and enabled ports masks in dsa_ds_parse()
There was no reason for duplicating the code that initializes
ds->enabled_port_mask in both dsa_parse_ports_dn() and
dsa_parse_ports(), instead move this to dsa_ds_parse() which is early
enough before ops->setup() has run.
While at it, we can now make dsa_is_cpu_port() check ds->cpu_port_mask
which is a step towards being multi-CPU port capable.
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Reviewed-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/dsa/mv88e6xxx/phy.c')
0 files changed, 0 insertions, 0 deletions