Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 86305
b: refs/heads/master
c: 559bbe6
h: refs/heads/master
i:
  86303: 8aece4d
v: v3
  • Loading branch information
Pavel Machek authored and Jeff Garzik committed Feb 24, 2008
1 parent abf6449 commit d119b3d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 635adc28087ced0c843d2ecb6d4ae474d0e611cd
refs/heads/master: 559bbe6cbd0d8c68d40076a5f7dc98e3bf5864b2
3 changes: 0 additions & 3 deletions trunk/drivers/ata/libata-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -6560,8 +6560,6 @@ int ata_host_suspend(struct ata_host *host, pm_message_t mesg)
ata_lpm_enable(host);

rc = ata_host_request_pm(host, mesg, 0, ATA_EHI_QUIET, 1);
if (rc == 0)
host->dev->power.power_state = mesg;
return rc;
}

Expand All @@ -6580,7 +6578,6 @@ void ata_host_resume(struct ata_host *host)
{
ata_host_request_pm(host, PMSG_ON, ATA_EH_SOFTRESET,
ATA_EHI_NO_AUTOPSY | ATA_EHI_QUIET, 0);
host->dev->power.power_state = PMSG_ON;

/* reenable link pm */
ata_lpm_disable(host);
Expand Down

0 comments on commit d119b3d

Please sign in to comment.