s390/qeth: don't re-start read cmd when IDX has terminated
authorJulian Wiedmann <jwi@linux.ibm.com>
Thu, 27 Feb 2020 17:08:14 +0000 (18:08 +0100)
committerDavid S. Miller <davem@davemloft.net>
Thu, 27 Feb 2020 19:15:13 +0000 (11:15 -0800)
Once the IDX connection is down, there's no point in trying to issue
more IOs.

Signed-off-by: Julian Wiedmann <jwi@linux.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/s390/net/qeth_core_main.c

index ba1e50e..626da96 100644 (file)
@@ -742,7 +742,7 @@ static void qeth_issue_next_read_cb(struct qeth_card *card,
                /* fall through */
        default:
                qeth_clear_ipacmd_list(card);
-               goto out;
+               goto err_idx;
        }
 
        cmd = __ipa_reply(iob);
@@ -795,8 +795,9 @@ out:
        memcpy(&card->seqno.pdu_hdr_ack,
                QETH_PDU_HEADER_SEQ_NO(iob->data),
                QETH_SEQ_NO_LENGTH);
-       qeth_put_cmd(iob);
        __qeth_issue_next_read(card);
+err_idx:
+       qeth_put_cmd(iob);
 }
 
 static int qeth_set_thread_start_bit(struct qeth_card *card,