]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ata: ata_piix: Remove useless comment in piix_init_sidpr()
authorDamien Le Moal <dlemoal@kernel.org>
Fri, 26 Jul 2024 02:20:27 +0000 (11:20 +0900)
committerDamien Le Moal <dlemoal@kernel.org>
Mon, 29 Jul 2024 22:10:25 +0000 (07:10 +0900)
commit8a3f41a335e9d1c1d348b6849d7b1e99bb22d629
tree540e9c02492d9f74d08dd50d551bc6adf297a1f9
parent93b0f9e11ce511353c65b7f924cf5f95bd9c3aba
ata: ata_piix: Remove useless comment in piix_init_sidpr()

Remove the comment using the term "blacklist" from piix_init_sidpr().
That comment is useless given that the function piix_no_sidpr() name is
clear about what is being checked.

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/ata_piix.c