ACPICA: Interpreter: Fix wrong conditions for acpi_ev_install_region_handlers() invoc...
authorLv Zheng <lv.zheng@intel.com>
Thu, 24 Mar 2016 01:41:32 +0000 (09:41 +0800)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Tue, 5 Apr 2016 01:53:34 +0000 (03:53 +0200)
commit78542058f522076c888822735d8fc9bd93cfd586
treeb2bc4e60b2355857e062124d1aaa808d430eec9c
parent920de6ebfab865a5bb2bcc60f6998aa270300b95
ACPICA: Interpreter: Fix wrong conditions for acpi_ev_install_region_handlers() invocation

ACPICA commit 9a6ecc9ec9ee067cad51eec539230bf494421d76

Since AE_ALREADY_EXISTS has already been converted to AE_OK in
acpi_ev_install_region_handlers(), this patch simplies a return value
check. Lv Zheng.

Link: https://github.com/acpica/acpica/commit/9a6ecc9e
Signed-off-by: Lv Zheng <lv.zheng@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/acpica/tbxfload.c