aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'drivers')
-rw-r--r--drivers/s390/net/qeth_core_main.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/s390/net/qeth_core_main.c b/drivers/s390/net/qeth_core_main.c
index 4d6ba00d0047..89f6948d93ef 100644
--- a/drivers/s390/net/qeth_core_main.c
+++ b/drivers/s390/net/qeth_core_main.c
@@ -2280,7 +2280,6 @@ static int qeth_ulp_setup_cb(struct qeth_card *card, struct qeth_reply *reply,
2280 unsigned long data) 2280 unsigned long data)
2281{ 2281{
2282 struct qeth_cmd_buffer *iob; 2282 struct qeth_cmd_buffer *iob;
2283 int rc = 0;
2284 2283
2285 QETH_DBF_TEXT(SETUP, 2, "ulpstpcb"); 2284 QETH_DBF_TEXT(SETUP, 2, "ulpstpcb");
2286 2285
@@ -2296,7 +2295,7 @@ static int qeth_ulp_setup_cb(struct qeth_card *card, struct qeth_reply *reply,
2296 iob->rc = -EMLINK; 2295 iob->rc = -EMLINK;
2297 } 2296 }
2298 QETH_DBF_TEXT_(SETUP, 2, " rc%d", iob->rc); 2297 QETH_DBF_TEXT_(SETUP, 2, " rc%d", iob->rc);
2299 return rc; 2298 return 0;
2300} 2299}
2301 2300
2302static int qeth_ulp_setup(struct qeth_card *card) 2301static int qeth_ulp_setup(struct qeth_card *card)