]> rtime.felk.cvut.cz Git - lisovros/linux_canprio.git/commit
ACPI: Fix bogus GPE test in acpi_bus_set_run_wake_flags()
authorRafael J. Wysocki <rjw@sisk.pl>
Wed, 7 Jul 2010 22:42:51 +0000 (00:42 +0200)
committerLen Brown <len.brown@intel.com>
Mon, 12 Jul 2010 18:17:19 +0000 (14:17 -0400)
commite8e18c956152ec9c26c94c6401c174691a8f04e7
treeab9392b88f052e6782e7464ada7adffd98359199
parent9e6c3e996e3c80d00cf931538e17126efe45f45c
ACPI: Fix bogus GPE test in acpi_bus_set_run_wake_flags()

When we check if a GPE can be used for runtime signaling, we only
search the FADT GPE blocks, which is incorrect, becuase the GPE
may be located elsewhere.  We really should be using the GPE device
information previously returned by _PRW here, so make that happen.

Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
Signed-off-by: Len Brown <len.brown@intel.com>
drivers/acpi/scan.c