diff --git a/drivers/acpi/device_pm.c b/drivers/acpi/device_pm.c index 87c16a5af748092c0cdd666d87d8e8b58cd0ae34..717afcdb5f4a9657a9ca6f6af9825e109eba9688 100644 --- a/drivers/acpi/device_pm.c +++ b/drivers/acpi/device_pm.c @@ -972,6 +972,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