Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b069d7eb authored by James Smart's avatar James Smart Committed by James Bottomley
Browse files

[SCSI] lpfc 8.3.40: Fixed a missing return code in a logging message

parent 8e668af5
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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;
		}
	}