nvme-pci: add the IGNORE_DEV_SUBNQN quirk for Intel P4500/P4600 SSDs
authorWu Zheng <wu.zheng@intel.com>
Mon, 21 Jun 2021 23:07:01 +0000 (19:07 -0400)
committerChristoph Hellwig <hch@lst.de>
Thu, 27 Jan 2022 07:17:14 +0000 (08:17 +0100)
commit25e58af4be412d59e056da65cc1cefbd89185bd2
tree43c85b1774d4c72b8c7b42371933c04052a6497d
parent83114df32ae779df57e0af99a8ba6c3968b2ba3d
nvme-pci: add the IGNORE_DEV_SUBNQN quirk for Intel P4500/P4600 SSDs

The Intel P4500/P4600 SSDs do not report a subsystem NQN despite claiming
compliance to a standards version where reporting one is required.

Add the IGNORE_DEV_SUBNQN quirk to not fail the initialization of a
second such SSDs in a system.

Signed-off-by: Zheng Wu <wu.zheng@intel.com>
Signed-off-by: Ye Jinhe <jinhe.ye@intel.com>
Reviewed-by: Keith Busch <kbusch@kernel.org>
Signed-off-by: Christoph Hellwig <hch@lst.de>
drivers/nvme/host/pci.c