]> git.ipfire.org Git - people/arne_f/kernel.git/commit
net: dsa: return after mdb prepare phase
authorVivien Didelot <vivien.didelot@savoirfairelinux.com>
Wed, 8 Nov 2017 15:49:56 +0000 (10:49 -0500)
committerDavid S. Miller <davem@davemloft.net>
Sat, 11 Nov 2017 06:45:09 +0000 (15:45 +0900)
commitb0b38a1c6684b10dd0462bef4fef038917115012
treeb77bb85ca46fa98ee5a1f1ffa33a6cd2d3f23fb7
parent0eb96bf754d7fa6635aa0b0f6650c74b8a6b1cc9
net: dsa: return after mdb prepare phase

The current code does not return after successfully preparing the MDB
addition on every ports member of a multicast group. Fix this.

Fixes: a1a6b7ea7f2d ("net: dsa: add cross-chip multicast support")
Reported-by: Egil Hjelmeland <privat@egil-hjelmeland.no>
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>
net/dsa/switch.c