Skip to content

Commit 8a3f41a

Browse files
committed
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 <[email protected]> Reviewed-by: Niklas Cassel <[email protected]> Reviewed-by: Igor Pylypiv <[email protected]>
1 parent 93b0f9e commit 8a3f41a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/ata/ata_piix.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1446,7 +1446,6 @@ static int piix_init_sidpr(struct ata_host *host)
14461446
if (hpriv->map[i] == IDE)
14471447
return 0;
14481448

1449-
/* is it blacklisted? */
14501449
if (piix_no_sidpr(host))
14511450
return 0;
14521451

0 commit comments

Comments
 (0)