]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ata: pata_serverworks: Do not use the term blacklist
authorDamien Le Moal <dlemoal@kernel.org>
Fri, 26 Jul 2024 01:58:36 +0000 (10:58 +0900)
committerDamien Le Moal <dlemoal@kernel.org>
Mon, 29 Jul 2024 22:10:08 +0000 (07:10 +0900)
commit858048568c9e3887d8b19e101ee72f129d65cb15
tree2e3350e7dbe182e03600c394b3fea21441958709
parent58157d607aecb4e05ab793408038b014c84e466f
ata: pata_serverworks: Do not use the term blacklist

Let's not use the term blacklist in the function
serverworks_osb4_filter() documentation comment and rather simply refer
to what that function looks at: the list of devices with groken UDMA5.

While at it, also constify the values of the csb_bad_ata100 array.

Of note is that all of this should probably be handled using libata
quirk mechanism but it is unclear if these UDMA5 quirks are specific
to this controller only.

Signed-off-by: Damien Le Moal <dlemoal@kernel.org>
Reviewed-by: Niklas Cassel <cassel@kernel.org>
Reviewed-by: Igor Pylypiv <ipylypiv@google.com>
drivers/ata/pata_serverworks.c