Revert "nvme/pci: Add APST quirk for Lenovo N60z laptop"
This reverts commit c748a1f324
.
This commit is contained in:
parent
e59068c50c
commit
d8a23d1e51
1 changed files with 0 additions and 7 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue