commit | 947b6ef9f7aeb2c9ebf63dcd6619068f3cec353a | [log] [tgz] |
---|---|---|
author | Florian Fainelli <f.fainelli@gmail.com> | Mon Aug 03 13:03:54 2020 -0700 |
committer | David S. Miller <davem@davemloft.net> | Mon Aug 03 18:19:23 2020 -0700 |
tree | 5f3608439e932d90fc33c92e4ed0fa0f3373a3aa | |
parent | c99194eded25deb58f606e59b3101ba05e786021 [diff] |
net: dsa: loop: Set correct number of ports We only support DSA_LOOP_NUM_PORTS in the switch, do not tell the DSA core to allocate up to DSA_MAX_PORTS which is nearly the double (6 vs. 11). Signed-off-by: Florian Fainelli <f.fainelli@gmail.com> Reviewed-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: David S. Miller <davem@davemloft.net>