Fixed a missing return code in a logging message Signed-off-by: James Smart <james.smart@xxxxxxxxxx> --- 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; } } -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html