From: Damien Le Moal Date: Fri, 26 Jul 2024 02:20:27 +0000 (+0900) Subject: ata: ata_piix: Remove useless comment in piix_init_sidpr() X-Git-Tag: v6.12-rc1~127^2~29 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a3f41a335e9d1c1d348b6849d7b1e99bb22d629;p=thirdparty%2Fkernel%2Flinux.git 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 Reviewed-by: Niklas Cassel Reviewed-by: Igor Pylypiv --- diff --git a/drivers/ata/ata_piix.c b/drivers/ata/ata_piix.c index ec3c5bd1f8134..093b940bc953f 100644 --- a/drivers/ata/ata_piix.c +++ b/drivers/ata/ata_piix.c @@ -1446,7 +1446,6 @@ static int piix_init_sidpr(struct ata_host *host) if (hpriv->map[i] == IDE) return 0; - /* is it blacklisted? */ if (piix_no_sidpr(host)) return 0;