Hi Andrew, Andrew Lunn <and...@lunn.ch> writes:
>> @@ -251,8 +251,9 @@ dsa_switch_setup(struct dsa_switch_tree *dst, struct >> net_device *master, >> ds->cd = cd; >> ds->ops = ops; >> ds->priv = priv; >> + ds->dev = parent; > > Is this even needed? dsa_switch_alloc() does ds->dev = dev. You are correct! Respinning. Thanks, Vivien