]> asedeno.scripts.mit.edu Git - linux.git/commit
ACPICA: Return u32 from acpi_dispatch_gpe()
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 15 Jul 2019 11:03:28 +0000 (13:03 +0200)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Tue, 23 Jul 2019 07:46:13 +0000 (09:46 +0200)
commit6921de898ba8f2ec91cfea70e7160b89c477382e
treeb9128a2b880899f941c05f14e5fda7da5fcbccca
parent3a79bc63d90750f737ab9d7219bd3091d2fd6d84
ACPICA: Return u32 from acpi_dispatch_gpe()

In some cases it is useful to know whether or not the
acpi_ev_detect_gpe() called by acpi_dispatch_gpe() has found
the GPE to be active, so return the return value of it (whose
data type is u32) from latter.

Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Acked-by: Thomas Gleixner <tglx@linutronix.de>
drivers/acpi/acpica/evxfgpe.c
include/acpi/acpixf.h