Skip to content

Commit 6f29d39

Browse files
committed
ata: ahci: Use correct BIOS build date for ThinkPad W541 quirk
Fix the TODO in ahci_broken_lpm() by using the proper BIOS build date. The proper BIOS build date was provided by Hans, see Link. Link: https://lore.kernel.org/linux-ide/[email protected]/ Reviewed-by: Damien Le Moal <[email protected]> Reviewed-by: Hans de Goede <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Niklas Cassel <[email protected]>
1 parent 3e53787 commit 6f29d39

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

drivers/ata/ahci.c

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1438,13 +1438,7 @@ static bool ahci_broken_lpm(struct pci_dev *pdev)
14381438
DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"),
14391439
DMI_MATCH(DMI_PRODUCT_VERSION, "ThinkPad W541"),
14401440
},
1441-
/*
1442-
* Note date based on release notes, 2.35 has been
1443-
* reported to be good, but I've been unable to get
1444-
* a hold of the reporter to get the DMI BIOS date.
1445-
* TODO: fix this.
1446-
*/
1447-
.driver_data = "20180310", /* 2.35 */
1441+
.driver_data = "20180409", /* 2.35 */
14481442
},
14491443
{ } /* terminate list */
14501444
};

0 commit comments

Comments
 (0)