diff options
-rw-r--r-- | drivers/scsi/lpfc/lpfc_nvmet.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/scsi/lpfc/lpfc_nvmet.c b/drivers/scsi/lpfc/lpfc_nvmet.c index f94294b77b7b..24d54dd016d4 100644 --- a/drivers/scsi/lpfc/lpfc_nvmet.c +++ b/drivers/scsi/lpfc/lpfc_nvmet.c | |||
@@ -799,8 +799,8 @@ lpfc_nvmet_xmt_fcp_release(struct nvmet_fc_target_port *tgtport, | |||
799 | } | 799 | } |
800 | spin_unlock_irqrestore(&ctxp->ctxlock, flags); | 800 | spin_unlock_irqrestore(&ctxp->ctxlock, flags); |
801 | 801 | ||
802 | lpfc_nvmeio_data(phba, "NVMET FCP FREE: xri x%x ste %d\n", ctxp->oxid, | 802 | lpfc_nvmeio_data(phba, "NVMET FCP FREE: xri x%x ste %d abt %d\n", ctxp->oxid, |
803 | ctxp->state, 0); | 803 | ctxp->state, aborting); |
804 | 804 | ||
805 | atomic_inc(&lpfc_nvmep->xmt_fcp_release); | 805 | atomic_inc(&lpfc_nvmep->xmt_fcp_release); |
806 | 806 | ||