]> git.baikalelectronics.ru Git - kernel.git/commit
ACPI: clear GPE earily in resume to avoid warning
authorShaohua Li <shaohua.li@intel.com>
Wed, 20 Jun 2007 01:17:58 +0000 (09:17 +0800)
committerLen Brown <len.brown@intel.com>
Fri, 1 Feb 2008 23:30:55 +0000 (18:30 -0500)
commitb80bc7ada72dfc0e154e7d4d2116e11438b2b3dd
treee04a54df6697c27f58eb32a062e984d583eaf9b0
parent76b573a6634185cacba7c6a18a8648cefaf026f1
ACPI: clear GPE earily in resume to avoid warning

Wakeup GPE hasn't a handler. If system is waked up by such GPE like a
USB hotplug, I saw a lot of error reporting the GPE hasn't handler.
acpi_leave_sleep_state will clear the GPE but it's too late, we should
do it before interrupt is re-enabled.

Signed-off-by: Shaohua Li <shaohua.li@intel.com>
Acked-by: Rafael J. Wysocki <rjw@sisk.pl>
Signed-off-by: Len Brown <len.brown@intel.com>
drivers/acpi/sleep/main.c