mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 03:24:45 +01:00
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>
This commit is contained in:
parent
93b0f9e11c
commit
8a3f41a335
1 changed files with 0 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue