Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 328087
b: refs/heads/master
c: f68bd07
h: refs/heads/master
i:
  328085: 795d2d7
  328083: c7e55bd
  328079: 90c9aed
v: v3
  • Loading branch information
Wei Yongjun authored and David S. Miller committed Sep 24, 2012
1 parent c0df938 commit e2367b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3c7874758743a857cadbb9eaf42825d75370dacd
refs/heads/master: f68bd07c41f93a4291d3605d5b5ac254340c439e
2 changes: 2 additions & 0 deletions trunk/drivers/s390/net/qeth_l3_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -794,6 +794,7 @@ int qeth_l3_add_vipa(struct qeth_card *card, enum qeth_prot_versions proto,
rc = -EEXIST;
spin_unlock_irqrestore(&card->ip_lock, flags);
if (rc) {
kfree(ipaddr);
return rc;
}
if (!qeth_l3_add_ip(card, ipaddr))
Expand Down Expand Up @@ -858,6 +859,7 @@ int qeth_l3_add_rxip(struct qeth_card *card, enum qeth_prot_versions proto,
rc = -EEXIST;
spin_unlock_irqrestore(&card->ip_lock, flags);
if (rc) {
kfree(ipaddr);
return rc;
}
if (!qeth_l3_add_ip(card, ipaddr))
Expand Down

0 comments on commit e2367b9

Please sign in to comment.