summaryrefslogtreecommitdiff
path: root/drivers/ata
diff options
context:
space:
mode:
authorDamien Le Moal <dlemoal@kernel.org>2024-07-26 05:20:27 +0300
committerDamien Le Moal <dlemoal@kernel.org>2024-07-30 01:10:25 +0300
commit8a3f41a335e9d1c1d348b6849d7b1e99bb22d629 (patch)
tree540e9c02492d9f74d08dd50d551bc6adf297a1f9 /drivers/ata
parent93b0f9e11ce511353c65b7f924cf5f95bd9c3aba (diff)
downloadlinux-8a3f41a335e9d1c1d348b6849d7b1e99bb22d629.tar.xz
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>
Diffstat (limited to 'drivers/ata')
-rw-r--r--drivers/ata/ata_piix.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/ata/ata_piix.c b/drivers/ata/ata_piix.c
index ec3c5bd1f813..093b940bc953 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;