diff options
-rw-r--r-- | drivers/ata/libata-core.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/ata/libata-core.c b/drivers/ata/libata-core.c index 4cf8662df99e..9812bbf05e62 100644 --- a/drivers/ata/libata-core.c +++ b/drivers/ata/libata-core.c | |||
@@ -6560,8 +6560,6 @@ int ata_host_suspend(struct ata_host *host, pm_message_t mesg) | |||
6560 | ata_lpm_enable(host); | 6560 | ata_lpm_enable(host); |
6561 | 6561 | ||
6562 | rc = ata_host_request_pm(host, mesg, 0, ATA_EHI_QUIET, 1); | 6562 | rc = ata_host_request_pm(host, mesg, 0, ATA_EHI_QUIET, 1); |
6563 | if (rc == 0) | ||
6564 | host->dev->power.power_state = mesg; | ||
6565 | return rc; | 6563 | return rc; |
6566 | } | 6564 | } |
6567 | 6565 | ||
@@ -6580,7 +6578,6 @@ void ata_host_resume(struct ata_host *host) | |||
6580 | { | 6578 | { |
6581 | ata_host_request_pm(host, PMSG_ON, ATA_EH_SOFTRESET, | 6579 | ata_host_request_pm(host, PMSG_ON, ATA_EH_SOFTRESET, |
6582 | ATA_EHI_NO_AUTOPSY | ATA_EHI_QUIET, 0); | 6580 | ATA_EHI_NO_AUTOPSY | ATA_EHI_QUIET, 0); |
6583 | host->dev->power.power_state = PMSG_ON; | ||
6584 | 6581 | ||
6585 | /* reenable link pm */ | 6582 | /* reenable link pm */ |
6586 | ata_lpm_disable(host); | 6583 | ata_lpm_disable(host); |