scsi: lpfc: Update logging of protection type for T10 DIF I/O
authorJustin Tee <justin.tee@broadcom.com>
Mon, 29 Apr 2024 22:15:41 +0000 (15:15 -0700)
committerMartin K. Petersen <martin.petersen@oracle.com>
Tue, 7 May 2024 01:53:58 +0000 (21:53 -0400)
commit18f7761d5c6f290236a0d181feecea592226a9df
tree127facc877c1004b8544625472d425ff750c076f
parent1db60fa05929e6abad318d1c8fe532879f9db98c
scsi: lpfc: Update logging of protection type for T10 DIF I/O

A struct scsi_cmnd already contains T10 DIF protection type information in
prot_type.  So, instead of manually checking a CDBs' RD/WRPROTECT fields
with (byte[1] >> 5) utilize scsi_get_prot_type().

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