From: Shaohua Li Date: Wed, 20 Jun 2007 01:17:58 +0000 (+0800) Subject: ACPI: clear GPE earily in resume to avoid warning X-Git-Tag: v2.6.25-rc1~1073^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a3627f67b1d5ddd8f65eedc2a76da90fbe062530;p=pandora-kernel.git 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 Acked-by: Rafael J. Wysocki Signed-off-by: Len Brown --- Reading git-diff-tree failed