Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 232877
b: refs/heads/master
c: 221c17f
h: refs/heads/master
i:
  232875: c2b795c
v: v3
  • Loading branch information
Ursula Braun authored and David S. Miller committed Feb 2, 2011
1 parent 6bc73bd commit 00c66e5
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 6d152e23ad1a7a5b40fef1f42e017d66e6115159
refs/heads/master: 221c17fe87033aa154df68679b437c83d835c284
4 changes: 2 additions & 2 deletions trunk/drivers/s390/net/qeth_l2_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -573,13 +573,13 @@ static int qeth_l2_send_setmac_cb(struct qeth_card *card,
case IPA_RC_L2_DUP_LAYER3_MAC:
dev_warn(&card->gdev->dev,
"MAC address %pM already exists\n",
card->dev->dev_addr);
cmd->data.setdelmac.mac);
break;
case IPA_RC_L2_MAC_NOT_AUTH_BY_HYP:
case IPA_RC_L2_MAC_NOT_AUTH_BY_ADP:
dev_warn(&card->gdev->dev,
"MAC address %pM is not authorized\n",
card->dev->dev_addr);
cmd->data.setdelmac.mac);
break;
default:
break;
Expand Down

0 comments on commit 00c66e5

Please sign in to comment.