]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
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)
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

index ec3c5bd1f813499fb110b8a6f3b9bd094fee6630..093b940bc953f0dc40b32822a2e94ac97aacd3c4 100644 (file)
@@ -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;