From: Rafael J. Wysocki Date: Wed, 7 Jul 2010 22:42:51 +0000 (+0200) Subject: ACPI: Fix bogus GPE test in acpi_bus_set_run_wake_flags() X-Git-Tag: v2.6.36-rc1~491^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e8e18c956152ec9c26c94c6401c174691a8f04e7;p=pandora-kernel.git 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 Signed-off-by: Len Brown --- Reading git-diff-tree failed