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>
                /* fall through */
        default:
                qeth_clear_ipacmd_list(card);
-               goto out;
+               goto err_idx;
        }
 
        cmd = __ipa_reply(iob);
        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,