Loading
ata: pata_serverworks: Do not use the term blacklist
stable inclusion from stable-v6.6.55 commit 8fcf85196adc390d890a456b50570c435f04ea95 category: bugfix bugzilla: https://gitee.com/openeuler/kernel/issues/IB0MX4 Reference: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=8fcf85196adc390d890a456b50570c435f04ea95 -------------------------------- [ 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> (cherry picked from commit 8fcf85196adc390d890a456b50570c435f04ea95) Signed-off-by:
Wentao Guan <guanwentao@uniontech.com>