Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 98999
b: refs/heads/master
c: c4cef07
h: refs/heads/master
i:
  98997: 93338b9
  98995: 699ac43
  98991: 62b47f3
v: v3
  • Loading branch information
Frank Blaschka authored and Heiko Carstens committed Jul 14, 2008
1 parent ee48d8d commit 068aaee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 11 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: f082bcae72575714823ea2ea9447332642127d9c
refs/heads/master: c4cef07cf39e18e9211a674d99cafde434b45a81
3 changes: 1 addition & 2 deletions trunk/drivers/s390/net/qeth_core_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ static struct qeth_ipa_cmd *qeth_check_ipa_data(struct qeth_card *card,
QETH_DBF_TEXT(TRACE, 3, "urla");
break;
default:
PRINT_WARN("Received data is IPA "
QETH_DBF_MESSAGE(2, "Received data is IPA "
"but not a reply!\n");
break;
}
Expand Down Expand Up @@ -4092,7 +4092,6 @@ static int qeth_core_probe_device(struct ccwgroup_device *gdev)

rc = qeth_determine_card_type(card);
if (rc) {
PRINT_WARN("%s: not a valid card type\n", __func__);
QETH_DBF_TEXT_(SETUP, 2, "3err%d", rc);
goto err_card;
}
Expand Down
9 changes: 1 addition & 8 deletions trunk/drivers/s390/net/qeth_l3_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -944,15 +944,8 @@ static int qeth_l3_deregister_addr_entry(struct qeth_card *card,
else
rc = qeth_l3_send_setdelip(card, addr, IPA_CMD_DELIP,
addr->del_flags);
if (rc) {
if (rc)
QETH_DBF_TEXT(TRACE, 2, "failed");
/* TODO: re-activate this warning as soon as we have a
* clean mirco code
qeth_ipaddr_to_string(addr->proto, (u8 *)&addr->u, buf);
PRINT_WARN("Could not deregister IP address %s (rc=%x)\n",
buf, rc);
*/
}

return rc;
}
Expand Down

0 comments on commit 068aaee

Please sign in to comment.