mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-13 16:50:05 +00:00
scsi: lpfc: Fix a duplicate 0711 log message number.
Renumber one of the 0711 log messages so there isn't a duplication. 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:
parent
dea16bdae2
commit
2c4c91415a
@ -4163,7 +4163,7 @@ lpfc_scsi_cmd_iocb_cmpl(struct lpfc_hba *phba, struct lpfc_iocbq *pIocbIn,
|
||||
/* If pCmd was set to NULL from abort path, do not call scsi_done */
|
||||
if (xchg(&lpfc_cmd->pCmd, NULL) == NULL) {
|
||||
lpfc_printf_vlog(vport, KERN_INFO, LOG_FCP,
|
||||
"0711 FCP cmd already NULL, sid: 0x%06x, "
|
||||
"5688 FCP cmd already NULL, sid: 0x%06x, "
|
||||
"did: 0x%06x, oxid: 0x%04x\n",
|
||||
vport->fc_myDID,
|
||||
(pnode) ? pnode->nlp_DID : 0,
|
||||
|
Loading…
x
Reference in New Issue
Block a user