diff options
Diffstat (limited to 'drivers/ata/libata-eh.c')
-rw-r--r-- | drivers/ata/libata-eh.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/ata/libata-eh.c b/drivers/ata/libata-eh.c index f7582c9c320e..fed217db82d2 100644 --- a/drivers/ata/libata-eh.c +++ b/drivers/ata/libata-eh.c | |||
@@ -2207,6 +2207,9 @@ static void ata_eh_handle_port_resume(struct ata_port *ap) | |||
2207 | if (ap->ops->port_resume) | 2207 | if (ap->ops->port_resume) |
2208 | rc = ap->ops->port_resume(ap); | 2208 | rc = ap->ops->port_resume(ap); |
2209 | 2209 | ||
2210 | /* tell ACPI that we're resuming */ | ||
2211 | ata_acpi_on_resume(ap); | ||
2212 | |||
2210 | /* report result */ | 2213 | /* report result */ |
2211 | spin_lock_irqsave(ap->lock, flags); | 2214 | spin_lock_irqsave(ap->lock, flags); |
2212 | ap->pflags &= ~(ATA_PFLAG_PM_PENDING | ATA_PFLAG_SUSPENDED); | 2215 | ap->pflags &= ~(ATA_PFLAG_PM_PENDING | ATA_PFLAG_SUSPENDED); |