Skip to content

Commit 022eb27

Browse files
committed
ata: pata_cs5520: Rephrase file header comment
Remove the use of the term "blacklist". What the comment using that term refers to does not seem to exist at all anyway as the driver does not have such list but rather only a list of compatible controllers. Signed-off-by: Damien Le Moal <[email protected]> Reviewed-by: Niklas Cassel <[email protected]> Reviewed-by: Igor Pylypiv <[email protected]>
1 parent 8a3f41a commit 022eb27

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

drivers/ata/pata_cs5520.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
* PIO mode and smarter silicon.
99
*
1010
* The practical upshot of this is that we must always tune the
11-
* drive for the right PIO mode. We must also ignore all the blacklists
12-
* and the drive bus mastering DMA information. Also to confuse matters
13-
* further we can do DMA on PIO only drives.
11+
* drive for the right PIO mode and ignore the drive bus mastering DMA
12+
* information. Also to confuse matters further we can do DMA on PIO only
13+
* drives.
1414
*
1515
* DMA on the 5510 also requires we disable_hlt() during DMA on early
1616
* revisions.

0 commit comments

Comments
 (0)