diff options
author | James Smart <james.smart@emulex.com> | 2013-05-31 17:04:28 -0400 |
---|---|---|
committer | James Bottomley <JBottomley@Parallels.com> | 2013-06-26 13:48:46 -0400 |
commit | 8e668af5c200fe96d96d10ec3f0cda3a64bef5a6 (patch) | |
tree | 9376ec06ba12787f0ecff4b9e4083bea2e084af0 /drivers/scsi/lpfc | |
parent | 398d81c9ff6b8754b4dbfc21d564d90b3b6d470b (diff) |
[SCSI] lpfc 8.3.40: Fixed some logging message fields
Signed-off-by: James Smart <james.smart@emulex.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
Diffstat (limited to 'drivers/scsi/lpfc')
-rw-r--r-- | drivers/scsi/lpfc/lpfc_sli.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/scsi/lpfc/lpfc_sli.c b/drivers/scsi/lpfc/lpfc_sli.c index a36a8c7c0a3e..59addac9097d 100644 --- a/drivers/scsi/lpfc/lpfc_sli.c +++ b/drivers/scsi/lpfc/lpfc_sli.c | |||
@@ -8713,7 +8713,7 @@ lpfc_sli4_abts_err_handler(struct lpfc_hba *phba, | |||
8713 | lpfc_printf_log(phba, KERN_WARNING, LOG_SLI, | 8713 | lpfc_printf_log(phba, KERN_WARNING, LOG_SLI, |
8714 | "3116 Port generated FCP XRI ABORT event on " | 8714 | "3116 Port generated FCP XRI ABORT event on " |
8715 | "vpi %d rpi %d xri x%x status 0x%x parameter x%x\n", | 8715 | "vpi %d rpi %d xri x%x status 0x%x parameter x%x\n", |
8716 | ndlp->vport->vpi, ndlp->nlp_rpi, | 8716 | ndlp->vport->vpi, phba->sli4_hba.rpi_ids[ndlp->nlp_rpi], |
8717 | bf_get(lpfc_wcqe_xa_xri, axri), | 8717 | bf_get(lpfc_wcqe_xa_xri, axri), |
8718 | bf_get(lpfc_wcqe_xa_status, axri), | 8718 | bf_get(lpfc_wcqe_xa_status, axri), |
8719 | axri->parameter); | 8719 | axri->parameter); |
@@ -9769,7 +9769,7 @@ lpfc_sli_abort_fcp_cmpl(struct lpfc_hba *phba, struct lpfc_iocbq *cmdiocb, | |||
9769 | struct lpfc_iocbq *rspiocb) | 9769 | struct lpfc_iocbq *rspiocb) |
9770 | { | 9770 | { |
9771 | lpfc_printf_log(phba, KERN_INFO, LOG_SLI, | 9771 | lpfc_printf_log(phba, KERN_INFO, LOG_SLI, |
9772 | "3096 ABORT_XRI_CN completing on xri x%x " | 9772 | "3096 ABORT_XRI_CN completing on rpi x%x " |
9773 | "original iotag x%x, abort cmd iotag x%x " | 9773 | "original iotag x%x, abort cmd iotag x%x " |
9774 | "status 0x%x, reason 0x%x\n", | 9774 | "status 0x%x, reason 0x%x\n", |
9775 | cmdiocb->iocb.un.acxri.abortContextTag, | 9775 | cmdiocb->iocb.un.acxri.abortContextTag, |