Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 90878
b: refs/heads/master
c: 3caa4af
h: refs/heads/master
v: v3
  • Loading branch information
Ursula Braun authored and Jeff Garzik committed Apr 17, 2008
1 parent 363c166 commit c3ae0f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: b403e685b7c57f7912bae36987433e72c616f418
refs/heads/master: 3caa4af834df519fda0f1ea6af4a5c7abfec98c7
2 changes: 1 addition & 1 deletion trunk/drivers/s390/net/qeth_l3_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ static void qeth_l3_set_ip_addr_list(struct qeth_card *card)
spin_unlock_irqrestore(&card->ip_lock, flags);
rc = qeth_l3_register_addr_entry(card, todo);
spin_lock_irqsave(&card->ip_lock, flags);
if (!rc)
if (!rc || (rc == IPA_RC_LAN_OFFLINE))
list_add_tail(&todo->entry, &card->ip_list);
else
kfree(todo);
Expand Down

0 comments on commit c3ae0f4

Please sign in to comment.