]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
scsi: lpfc: Fix fc4type information for FDMI
authorJames Smart <jsmart2021@gmail.com>
Tue, 12 Mar 2019 23:30:21 +0000 (16:30 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 31 May 2019 13:43:54 +0000 (06:43 -0700)
commit19ac2cd727d2cb936a16ef18885677a53b963685
treed6d2a9bfe38eaaa0f860fb3c1b5a92fe15066d68
parent790395a256d67fe8505c504d2b0c274d99ad5a17
scsi: lpfc: Fix fc4type information for FDMI

[ Upstream commit 32a80c093b524a0682f1c6166c910387b116ffce ]

The driver is reporting support for NVME even when not configured for NVME
operation.

Fix (and make more readable) when NVME protocol support is indicated.

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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/scsi/lpfc/lpfc_ct.c