aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/device_pm.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/acpi/device_pm.c')
-rw-r--r--drivers/acpi/device_pm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/device_pm.c b/drivers/acpi/device_pm.c
index 5cfe794c36bd..c4d0a1c912f0 100644
--- a/drivers/acpi/device_pm.c
+++ b/drivers/acpi/device_pm.c
@@ -1159,7 +1159,7 @@ int acpi_subsys_thaw_noirq(struct device *dev)
1159 * skip all of the subsequent "thaw" callbacks for the device. 1159 * skip all of the subsequent "thaw" callbacks for the device.
1160 */ 1160 */
1161 if (dev_pm_smart_suspend_and_suspended(dev)) { 1161 if (dev_pm_smart_suspend_and_suspended(dev)) {
1162 dev->power.direct_complete = true; 1162 dev_pm_skip_next_resume_phases(dev);
1163 return 0; 1163 return 0;
1164 } 1164 }
1165 1165