commit | 7edcbbf29006be46d5dbce5bac9aae73f3056d14 | [log] [tgz] |
---|---|---|
author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Mon Dec 17 12:22:43 2018 +0100 |
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Tue Dec 18 10:51:16 2018 +0100 |
tree | 853800ab5959927ef86179e44ac606ce3e2ccc64 | |
parent | f941d3e41da7f86bdb9dcc1977c2bcc6b89bfe47 [diff] |
ACPI: PM: Loop in full LPS0 mode only After a previous change, all non-wakeup GPEs are disabled for suspend-to-idle unless full Low-Power S0 (LPS0) mode is in use, so it is not necessary to do anything in acpi_s2idle_wake() unless in full LPS0 mode, which is only when lps0_device_handle is set. Modify the code accordingly. Tested-by: Mika Westerberg <mika.westerberg@linux.intel.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>