Skip to content

Commit c98a879

Browse files
keithbuschChristoph Hellwig
authored andcommitted
nvme-pci: smi has bogus namespace ids
Add the quirk. Link: https://bugzilla.kernel.org/show_bug.cgi?id=216096 Signed-off-by: Keith Busch <[email protected]> Signed-off-by: Christoph Hellwig <[email protected]>
1 parent 2cf7a77 commit c98a879

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

drivers/nvme/host/pci.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3445,7 +3445,8 @@ static const struct pci_device_id nvme_id_table[] = {
34453445
{ PCI_VDEVICE(REDHAT, 0x0010), /* Qemu emulated controller */
34463446
.driver_data = NVME_QUIRK_BOGUS_NID, },
34473447
{ PCI_DEVICE(0x126f, 0x2263), /* Silicon Motion unidentified */
3448-
.driver_data = NVME_QUIRK_NO_NS_DESC_LIST, },
3448+
.driver_data = NVME_QUIRK_NO_NS_DESC_LIST |
3449+
NVME_QUIRK_BOGUS_NID, },
34493450
{ PCI_DEVICE(0x1bb1, 0x0100), /* Seagate Nytro Flash Storage */
34503451
.driver_data = NVME_QUIRK_DELAY_BEFORE_CHK_RDY |
34513452
NVME_QUIRK_NO_NS_DESC_LIST, },

0 commit comments

Comments
 (0)