]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
ACPI / PM: Add missing pm_generic_complete() invocation
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>
Tue, 9 Jun 2015 23:32:38 +0000 (01:32 +0200)
committerLuis Henriques <luis.henriques@canonical.com>
Wed, 15 Jul 2015 09:00:25 +0000 (10:00 +0100)
commit 3d56402d3fa8d10749eeb36293dd1992bd5ad0c3 upstream.

Add missing invocation of pm_generic_complete() to
acpi_subsys_complete() to allow ->complete callbacks provided
by the drivers of devices using the ACPI PM domain to be executed
during system resume.

Fixes: f25c0ae2b4c4 (ACPI / PM: Avoid resuming devices in ACPI PM domain during system suspend)
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Signed-off-by: Luis Henriques <luis.henriques@canonical.com>
drivers/acpi/device_pm.c

index f702dcef4df906afb52342784c307c304cb14270..e9f44a210712b0b4095e6e1662b115eada0509ad 100644 (file)
@@ -930,6 +930,7 @@ EXPORT_SYMBOL_GPL(acpi_subsys_prepare);
  */
 void acpi_subsys_complete(struct device *dev)
 {
+       pm_generic_complete(dev);
        /*
         * If the device had been runtime-suspended before the system went into
         * the sleep state it is going out of and it has never been resumed till