From d8a23d1e5141bcf891e4fc978fa23fbca7c12d61 Mon Sep 17 00:00:00 2001 From: Ksawlii Date: Sun, 24 Nov 2024 00:23:54 +0100 Subject: [PATCH] Revert "nvme/pci: Add APST quirk for Lenovo N60z laptop" This reverts commit c748a1f32471465bd2ff50b4af2735a67a593e36. --- drivers/nvme/host/pci.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/drivers/nvme/host/pci.c b/drivers/nvme/host/pci.c index 78cac4220..4a4b7aa74 100755 --- a/drivers/nvme/host/pci.c +++ b/drivers/nvme/host/pci.c @@ -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; }