commit | e8e18c956152ec9c26c94c6401c174691a8f04e7 | [log] [tgz] |
---|---|---|
author | Rafael J. Wysocki <rjw@sisk.pl> | Thu Jul 08 00:42:51 2010 +0200 |
committer | Len Brown <len.brown@intel.com> | Mon Jul 12 14:17:19 2010 -0400 |
tree | ab9392b88f052e6782e7464ada7adffd98359199 | |
parent | 9e6c3e996e3c80d00cf931538e17126efe45f45c [diff] |
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>