Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 66926
b: refs/heads/master
c: d8fae9c
h: refs/heads/master
v: v3
  • Loading branch information
Ursula Braun authored and David S. Miller committed Oct 10, 2007
1 parent 761b385 commit 0d57e4a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6570ebc4f57ad0761104f769576ae5652d9b8d64
refs/heads/master: d8fae9c2f2642ffe411424ed2e4677f959168152
5 changes: 3 additions & 2 deletions trunk/drivers/s390/net/qeth_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -823,14 +823,15 @@ __qeth_delete_all_mc(struct qeth_card *card, unsigned long *flags)
again:
list_for_each_entry_safe(addr, tmp, &card->ip_list, entry) {
if (addr->is_multicast) {
list_del(&addr->entry);
spin_unlock_irqrestore(&card->ip_lock, *flags);
rc = qeth_deregister_addr_entry(card, addr);
spin_lock_irqsave(&card->ip_lock, *flags);
if (!rc) {
list_del(&addr->entry);
kfree(addr);
goto again;
}
} else
list_add(&addr->entry, &card->ip_list);
}
}
}
Expand Down

0 comments on commit 0d57e4a

Please sign in to comment.