]> git.ipfire.org Git - thirdparty/kernel/stable.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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 10 Oct 2024 10:00:29 +0000 (12:00 +0200)
commit2ab9edd82156d14e62439e9248431410708470ac
treed365d080cf913b4aa451a8b732a8ddf35b5140a1
parent54877301a7551fa11e837a45c24a86f367537a6c
ata: pata_serverworks: Do not use the term blacklist

[ Upstream commit 858048568c9e3887d8b19e101ee72f129d65cb15 ]

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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/ata/pata_serverworks.c