Skip to content

Commit ca8040b

Browse files
committed
ata: ahci: Rephrase comment to not use the term blacklist
Rephrase the comment for the eMachines entry in the sysids array of ahci_broken_suspend() to not use the term blacklist. Signed-off-by: Damien Le Moal <[email protected]> Reviewed-by: Niklas Cassel <[email protected]> Reviewed-by: Igor Pylypiv <[email protected]>
1 parent 8580485 commit ca8040b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/ata/ahci.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1370,7 +1370,7 @@ static bool ahci_broken_suspend(struct pci_dev *pdev)
13701370
* V1.03 is known to be broken. V3.04 is known to
13711371
* work. Between, there are V1.06, V2.06 and V3.03
13721372
* that we don't have much idea about. For now,
1373-
* blacklist anything older than V3.04.
1373+
* assume that anything older than V3.04 is broken.
13741374
*
13751375
* http://bugzilla.kernel.org/show_bug.cgi?id=15104
13761376
*/

0 commit comments

Comments
 (0)