aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390/net/qeth_l3_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/s390/net/qeth_l3_main.c')
-rw-r--r--drivers/s390/net/qeth_l3_main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/s390/net/qeth_l3_main.c b/drivers/s390/net/qeth_l3_main.c
index 449676e48fd0..c1b0b2761f8d 100644
--- a/drivers/s390/net/qeth_l3_main.c
+++ b/drivers/s390/net/qeth_l3_main.c
@@ -3520,6 +3520,7 @@ static int qeth_l3_recover(void *ptr)
3520 QETH_CARD_TEXT(card, 2, "recover2"); 3520 QETH_CARD_TEXT(card, 2, "recover2");
3521 dev_warn(&card->gdev->dev, 3521 dev_warn(&card->gdev->dev,
3522 "A recovery process has been started for the device\n"); 3522 "A recovery process has been started for the device\n");
3523 qeth_set_recovery_task(card);
3523 __qeth_l3_set_offline(card->gdev, 1); 3524 __qeth_l3_set_offline(card->gdev, 1);
3524 rc = __qeth_l3_set_online(card->gdev, 1); 3525 rc = __qeth_l3_set_online(card->gdev, 1);
3525 if (!rc) 3526 if (!rc)
@@ -3530,6 +3531,7 @@ static int qeth_l3_recover(void *ptr)
3530 dev_warn(&card->gdev->dev, "The qeth device driver " 3531 dev_warn(&card->gdev->dev, "The qeth device driver "
3531 "failed to recover an error on the device\n"); 3532 "failed to recover an error on the device\n");
3532 } 3533 }
3534 qeth_clear_recovery_task(card);
3533 qeth_clear_thread_start_bit(card, QETH_RECOVER_THREAD); 3535 qeth_clear_thread_start_bit(card, QETH_RECOVER_THREAD);
3534 qeth_clear_thread_running_bit(card, QETH_RECOVER_THREAD); 3536 qeth_clear_thread_running_bit(card, QETH_RECOVER_THREAD);
3535 return 0; 3537 return 0;