net: mscc: ocelot: initialize list of multicast addresses in common code
This is just common path code that belongs to ocelot_init, it has nothing to do with a specific SoC/board instance. Signed-off-by: Claudiu Manoil <claudiu.manoil@nxp.com> Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
889b8950d8
commit
2b120dded2
@@ -2243,6 +2243,7 @@ int ocelot_init(struct ocelot *ocelot)
|
||||
if (!ocelot->stats_queue)
|
||||
return -ENOMEM;
|
||||
|
||||
INIT_LIST_HEAD(&ocelot->multicast);
|
||||
ocelot_mact_init(ocelot);
|
||||
ocelot_vlan_init(ocelot);
|
||||
ocelot_ace_init(ocelot);
|
||||
|
Reference in New Issue
Block a user