]> Git Repo - linux.git/commitdiff
scsi: qedi: Remove WARN_ON for untracked cleanup.
authorManish Rangankar <[email protected]>
Thu, 15 Jun 2017 07:10:39 +0000 (00:10 -0700)
committerMartin K. Petersen <[email protected]>
Tue, 20 Jun 2017 01:53:36 +0000 (21:53 -0400)
Signed-off-by: Manish Rangankar <[email protected]>
Reviewed-by: Lee Duncan <[email protected]>
Signed-off-by: Martin K. Petersen <[email protected]>
drivers/scsi/qedi/qedi_fw.c

index 8bc7ee1a8ca81626829329e80831ffa2d57b8c63..507512cc478b1dd2632e033ac7d9a2dc99b8ab5d 100644 (file)
@@ -870,7 +870,6 @@ static void qedi_process_cmd_cleanup_resp(struct qedi_ctx *qedi,
                QEDI_ERR(&qedi->dbg_ctx,
                         "Delayed or untracked cleanup response, itt=0x%x, tid=0x%x, cid=0x%x, task=%p\n",
                         protoitt, cqe->itid, qedi_conn->iscsi_conn_id, task);
-               WARN_ON(1);
        }
 }
 
This page took 0.059154 seconds and 4 git commands to generate.