commit | 73b1204d070d2970749beb3fa3ca6e639dc7a3b6 | [log] [tgz] |
---|---|---|
author | Vivien Didelot <vivien.didelot@savoirfairelinux.com> | Thu Mar 30 17:37:10 2017 -0400 |
committer | David S. Miller <davem@davemloft.net> | Sat Apr 01 12:22:57 2017 -0700 |
tree | 94fb308feaf6fb4fc3533b8d04cb71a0753e2cf2 | |
parent | 17a1594e2d58f021d629da72d1a82b1441217460 [diff] |
net: dsa: mv88e6xxx: allocate the number of ports The current code allocates DSA_MAX_PORTS ports for a Marvell dsa_switch structure. Provide the exact number of ports so the corresponding ds->num_ports is accurate. Signed-off-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com> Reviewed-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: David S. Miller <davem@davemloft.net>