From: James Smart Date: Fri, 31 May 2013 21:04:36 +0000 (-0400) Subject: [SCSI] lpfc 8.3.40: Fixed a missing return code in a logging message X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=b069d7eb02e72f774050f57794fa79faec39d581;p=deliverable%2Flinux.git [SCSI] lpfc 8.3.40: Fixed a missing return code in a logging message Signed-off-by: James Smart Signed-off-by: James Bottomley --- diff --git a/drivers/scsi/lpfc/lpfc_sli.c b/drivers/scsi/lpfc/lpfc_sli.c index 59addac9097d..876e61b5036b 100644 --- a/drivers/scsi/lpfc/lpfc_sli.c +++ b/drivers/scsi/lpfc/lpfc_sli.c @@ -4566,7 +4566,8 @@ lpfc_sli_hba_setup(struct lpfc_hba *phba) } else { lpfc_printf_log(phba, KERN_INFO, LOG_INIT, "2708 This device does not support " - "Advanced Error Reporting (AER)\n"); + "Advanced Error Reporting (AER): %d\n", + rc); phba->cfg_aer_support = 0; } }