Revert "nvme/pci: Add APST quirk for Lenovo N60z laptop"

This reverts commit c748a1f324.
This commit is contained in:
Ksawlii 2024-11-24 00:23:54 +01:00
parent e59068c50c
commit d8a23d1e51

View file

@ -2846,13 +2846,6 @@ static unsigned long check_vendor_combination_bug(struct pci_dev *pdev)
return NVME_QUIRK_SIMPLE_SUSPEND;
}
/*
* NVMe SSD drops off the PCIe bus after system idle
* for 10 hours on a Lenovo N60z board.
*/
if (dmi_match(DMI_BOARD_NAME, "LXKT-ZXEG-N6"))
return NVME_QUIRK_NO_APST;
return 0;
}