We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d3603a commit f97106bCopy full SHA for f97106b
drivers/ata/ahci.c
@@ -1732,8 +1732,10 @@ static void ahci_update_initial_lpm_policy(struct ata_port *ap)
1732
* Management Interaction in AHCI 1.3.1. Therefore, do not enable
1733
* LPM if the port advertises itself as an external port.
1734
*/
1735
- if (ap->pflags & ATA_PFLAG_EXTERNAL)
+ if (ap->pflags & ATA_PFLAG_EXTERNAL) {
1736
+ ata_port_dbg(ap, "external port, not enabling LPM\n");
1737
return;
1738
+ }
1739
1740
/* If no LPM states are supported by the HBA, do not bother with LPM */
1741
if ((ap->host->flags & ATA_HOST_NO_PART) &&
0 commit comments