scsi: lpfc: Convert abort handling to SLI-3 and SLI-4 handlers
[linux-2.6-microblaze.git] / drivers / scsi / lpfc / lpfc_hbadisc.c
index 1d554c1..c8911a3 100644 (file)
@@ -5610,7 +5610,7 @@ lpfc_free_tx(struct lpfc_hba *phba, struct lpfc_nodelist *ndlp)
                icmd = &iocb->iocb;
                if (icmd->ulpCommand == CMD_ELS_REQUEST64_CR ||
                    icmd->ulpCommand == CMD_XMIT_ELS_RSP64_CX) {
-                       lpfc_sli_issue_abort_iotag(phba, pring, iocb);
+                       lpfc_sli_issue_abort_iotag(phba, pring, iocb, NULL);
                }
        }
        spin_unlock_irq(&phba->hbalock);