[PATCH] s390: multicast address registration in lcs
authorFrank Pavlic <pavlic@de.ibm.com>
Thu, 12 May 2005 18:19:44 +0000 (20:19 +0200)
committerJeff Garzik <jgarzik@pobox.com>
Sun, 15 May 2005 22:06:16 +0000 (18:06 -0400)
commit109a260b66bfbab7ba9f985495791af21f910218
treede13642e8a847e1273161e750b1da1495c67a777
parent321de3c8cc12bdff073c23524aa1f6ed47cbeee4
[PATCH] s390: multicast address registration in lcs

[patch 2/10] s390: multicast address registration in lcs.

From: Michael Holzheu <holzheu@de.ibm.com>

When setting lcs devices online you can run into an endless loop,
because the code that registers the multicast addresses uses
list_for_each_entry instead of list_for_each_entry_safe.

Signed-off-by: Frank Pavlic <pavlic@de.ibm.com>
drivers/s390/net/lcs.c