scsi: lpfc: Fix duplicate log message numbers
Driver had duplicated log message numbers making debug difficult. Make all messages unique. Signed-off-by: Dick Kennedy <dick.kennedy@broadcom.com> Signed-off-by: James Smart <jsmart2021@gmail.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
This commit is contained in:

committed by
Martin K. Petersen

parent
c1a21ebc0f
commit
c835c0854c
@@ -9272,7 +9272,7 @@ lpfc_create_wq_cq(struct lpfc_hba *phba, struct lpfc_queue *eq,
|
||||
rc = lpfc_wq_create(phba, wq, cq, qtype);
|
||||
if (rc) {
|
||||
lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
|
||||
"6123 Fail setup fastpath WQ (%d), rc = 0x%x\n",
|
||||
"4618 Fail setup fastpath WQ (%d), rc = 0x%x\n",
|
||||
qidx, (uint32_t)rc);
|
||||
/* no need to tear down cq - caller will do so */
|
||||
return rc;
|
||||
|
Reference in New Issue
Block a user