* [PATCH 9/17] lpfc 8.3.40: Fixed a missing return code in a logging message
@ 2013-05-31 21:04 James Smart
0 siblings, 0 replies; only message in thread
From: James Smart @ 2013-05-31 21:04 UTC (permalink / raw)
To: linux-scsi
Fixed a missing return code in a logging message
Signed-off-by: James Smart <james.smart@emulex.com>
---
lpfc_sli.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff -upNr a/drivers/scsi/lpfc/lpfc_sli.c b/drivers/scsi/lpfc/lpfc_sli.c
--- a/drivers/scsi/lpfc/lpfc_sli.c 2013-05-31 10:58:20.537057690 -0400
+++ b/drivers/scsi/lpfc/lpfc_sli.c 2013-05-31 10:58:21.732057717 -0400
@@ -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;
}
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2013-05-31 21:11 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-31 21:04 [PATCH 9/17] lpfc 8.3.40: Fixed a missing return code in a logging message James Smart
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox