scsi: lpfc: Remove unnecessary log message in queuecommand path
authorJustin Tee <justin.tee@broadcom.com>
Tue, 5 Mar 2024 20:04:52 +0000 (12:04 -0800)
committerMartin K. Petersen <martin.petersen@oracle.com>
Sun, 10 Mar 2024 22:56:43 +0000 (18:56 -0400)
commit91ddb6d0c3159bcc505bfa564d0573ae500cc2c7
tree8779583f5d883a212479cf664139678e0c65232c
parentea4044e4dd0d0cea5cc476c7d4857425e793b7e1
scsi: lpfc: Remove unnecessary log message in queuecommand path

Message 9038 logs when LLDD receives SCSI_PROT_NORMAL when T10 DIF
protection is configured.  The event is not wrong, but the log message has
not proven useful in debugging so it is removed.

Signed-off-by: Justin Tee <justin.tee@broadcom.com>
Link: https://lore.kernel.org/r/20240305200503.57317-2-justintee8345@gmail.com
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/lpfc/lpfc_scsi.c