]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - drivers/acpi/sleep.c
ACPI / PM: Clean up device wakeup enable/disable code
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 12 Jun 2017 20:51:07 +0000 (22:51 +0200)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Wed, 14 Jun 2017 22:55:43 +0000 (00:55 +0200)
commit235d81a630ca2d39818da96f0c14bc960ffbaeb5
tree0ccaabc4511f2d23349b71de4a2773ce872a8e72
parent190cab84711a3f453e2100d0c9238f42261cf426
ACPI / PM: Clean up device wakeup enable/disable code

The wakeup.flags.enabled flag in struct acpi_device is not used
consistently, as there is no reason why it should only apply
to the enabling/disabling of the wakeup GPE, so put the invocation
of acpi_enable_wakeup_device_power() under it too.

Moreover, it is not necessary to call
acpi_enable_wakeup_devices() and acpi_disable_wakeup_devices() for
suspend-to-idle, so don't do that.

Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/device_pm.c
drivers/acpi/sleep.c