commit | fd9caef4e222a2c5e7ed63050780d215a6a263f3 | [log] [tgz] |
---|---|---|
author | Aaron Lu <aaron.lu@intel.com> | Fri Mar 13 13:52:50 2015 +0800 |
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Wed Mar 18 02:06:49 2015 +0100 |
tree | 6c9991f52589a217f577c83f05e68d990498f51b | |
parent | 06e5801b8cb3fc057d88cb4dc03c0b64b2744cda [diff] |
ACPI / scan: fix fixed event handler return value The fixed event handler should return a value that is either 0 or 1 meanning if the event is handled or not, instead of an acpi_status to mean if the handler runs well or not. Suggested-by: Lv Zheng <lv.zheng@intel.com> Signed-off-by: Aaron Lu <aaron.lu@intel.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>