ACPI / EC: Update acpi_ec_is_gpe_raised() with new GPE status flag.
authorLv Zheng <lv.zheng@intel.com>
Fri, 15 May 2015 06:16:17 +0000 (14:16 +0800)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Fri, 15 May 2015 23:51:17 +0000 (01:51 +0200)
commit7c0b2595dabb25f96813a12940fb156134be1102
treeb8d63d295cc76234cc63f5e2e80950ca6ad2aae3
parent4de5167ee07f7a9b66d999e40f2c3193d1a08add
ACPI / EC: Update acpi_ec_is_gpe_raised() with new GPE status flag.

This patch updates acpi_ec_is_gpe_raised() according to the following
commit:
  Commit: 09af8e8290deaff821ced01ea83594ee4c21e8df
  Subject: ACPICA: Events: Add support to return both enable/status register values for GPE and fixed event.
This is actually a no-op change as both the flags are defined to a same
value.

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