commit | 6921de898ba8f2ec91cfea70e7160b89c477382e | [log] [tgz] |
---|---|---|
author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Mon Jul 15 13:03:28 2019 +0200 |
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Tue Jul 23 09:46:13 2019 +0200 |
tree | b9128a2b880899f941c05f14e5fda7da5fcbccca | |
parent | 3a79bc63d90750f737ab9d7219bd3091d2fd6d84 [diff] |
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>