Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 335742
b: refs/heads/master
c: 7702745
h: refs/heads/master
v: v3
  • Loading branch information
Ursula Braun authored and David S. Miller committed Nov 13, 2012
1 parent 195bf66 commit c5ee6c9
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: a134884ac0e9fa48786560d49ed49c5f5f686410
refs/heads/master: 7702745b15128e5f0659693736a864e35be1c807
2 changes: 1 addition & 1 deletion trunk/drivers/s390/net/qeth_l2_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -679,7 +679,7 @@ static int qeth_l2_set_mac_address(struct net_device *dev, void *p)
return -ERESTARTSYS;
}
rc = qeth_l2_send_delmac(card, &card->dev->dev_addr[0]);
if (!rc)
if (!rc || (rc == IPA_RC_L2_MAC_NOT_FOUND))
rc = qeth_l2_send_setmac(card, addr->sa_data);
return rc ? -EINVAL : 0;
}
Expand Down

0 comments on commit c5ee6c9

Please sign in to comment.