diff options
author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2018-11-29 22:05:52 +0100 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2018-11-29 22:05:52 +0100 |
commit | 3e407c16f571b723c6d446e707d9e60cf53cd415 (patch) | |
tree | ef376219e656b4a3ec94e0ed2ff43e6acaa72ced /drivers/acpi/acpica/psobject.c | |
parent | ae6b3e54aa52cd29965b8e4e47000ed2c5d78eb8 (diff) | |
parent | 087286585d8b6e63ffc1e56cbbbcda72ce254e22 (diff) |
Merge back earlier ACPICA changes for 4.21.
Diffstat (limited to 'drivers/acpi/acpica/psobject.c')
-rw-r--r-- | drivers/acpi/acpica/psobject.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/acpi/acpica/psobject.c b/drivers/acpi/acpica/psobject.c index 3138e7a00da8..e1fd819a2955 100644 --- a/drivers/acpi/acpica/psobject.c +++ b/drivers/acpi/acpica/psobject.c @@ -600,8 +600,7 @@ acpi_ps_complete_op(struct acpi_walk_state *walk_state, * because there could be correct AML beyond the parts that caused * the runtime error. */ - ACPI_ERROR((AE_INFO, - "Ignore error and continue table load")); + ACPI_INFO(("Ignoring error and continuing table load")); return_ACPI_STATUS(AE_OK); } return_ACPI_STATUS(status); |