Skip to content

Commit c4f01a7

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/nvme/host/pci.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3476,6 +3476,8 @@ static const struct pci_device_id nvme_id_table[] = {
34763476
NVME_QUIRK_IGNORE_DEV_SUBNQN, },
34773477
{ PCI_DEVICE(0x1c5c, 0x1504), /* SK Hynix PC400 */
34783478
.driver_data = NVME_QUIRK_DISABLE_WRITE_ZEROES, },
3479+
{ PCI_DEVICE(0x1c5c, 0x174a), /* SK Hynix P31 SSD */
3480+
.driver_data = NVME_QUIRK_BOGUS_NID, },
34793481
{ PCI_DEVICE(0x15b7, 0x2001), /* Sandisk Skyhawk */
34803482
.driver_data = NVME_QUIRK_DISABLE_WRITE_ZEROES, },
34813483
{ PCI_DEVICE(0x1d97, 0x2263), /* SPCC */

0 commit comments

Comments
 (0)