From: Lv Zheng Date: Fri, 10 Oct 2014 02:39:51 +0000 (+0800) Subject: ACPICA: Events: Update GPE handler removal, match behavior of handler install. X-Git-Tag: fixes-against-v3.18-rc2~13^2~5^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1809919a309dc8c8faad3c048bfda9a9f3fa0443;p=pandora-kernel.git ACPICA: Events: Update GPE handler removal, match behavior of handler install. The originally_enabled check is not paired between acpi_install_gpe_handler() and acpi_remove_gpe_handler(). In ACPICA upstream, there is code to protect original enabled state for ACPI_GPE_DISPATCH_NOTIFY and this commit fixes an issue for this feature. Link: https://github.com/acpica/acpica/commit/967f314c Signed-off-by: Lv Zheng Signed-off-by: Bob Moore Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed