summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorJames Smart <james.smart@emulex.com>2013-05-31 21:04:36 (GMT)
committerJames Bottomley <JBottomley@Parallels.com>2013-06-26 17:48:47 (GMT)
commitb069d7eb02e72f774050f57794fa79faec39d581 (patch)
treeddd216ec9aab69d4593dd818d8fffca6925fed90 /drivers
parent8e668af5c200fe96d96d10ec3f0cda3a64bef5a6 (diff)
downloadlinux-fsl-qoriq-b069d7eb02e72f774050f57794fa79faec39d581.tar.xz
[SCSI] lpfc 8.3.40: Fixed a missing return code in a logging message
Signed-off-by: James Smart <james.smart@emulex.com> Signed-off-by: James Bottomley <JBottomley@Parallels.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/scsi/lpfc/lpfc_sli.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/scsi/lpfc/lpfc_sli.c b/drivers/scsi/lpfc/lpfc_sli.c
index 59addac..876e61b 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;
}
}