ACPICA: Events: Reduce source code difference in acpi_install_gpe_handler().
authorLv Zheng <lv.zheng@intel.com>
Fri, 10 Oct 2014 02:39:45 +0000 (10:39 +0800)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 20 Oct 2014 22:39:39 +0000 (00:39 +0200)
commit437b75123ca5ee36897bfcd1272e96109bed3ea1
tree395e77701302e0f5e6083ec9546e9352ed0183e0
parentf19f1a7e12b40c601a475c4fcb09dc0126d4bc51
ACPICA: Events: Reduce source code difference in acpi_install_gpe_handler().

There is a sanity check in ACPICA upstream, complaining mis-matched
interrupt type for originally enabled GPEs that are going to be dispatched
by OSPM handlers. This is only a warning message noting developers such
conflict between BIOS and OSPM. This patch ports this warning message from
ACPICA upstream to reduce source code difference between Linux and ACPICA
upstream.

Signed-off-by: Lv Zheng <lv.zheng@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/acpica/evxface.c