Searched hist:"4 a7c94c721074eafb27298d93dbcc339aa28e745" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/acpi/acpica/ |
H A D | psloop.c | diff 4a7c94c721074eafb27298d93dbcc339aa28e745 Fri Aug 10 16:42:58 CDT 2018 Erik Schmauss <erik.schmauss@intel.com> ACPICA: AML Parser: skip opcodes that open a scope upon parse failure
This change skips the entire length of opcodes that open a scope (Device, Scope, Processor, etc) if the creation of the op fails. The failure could be caused by various errors including AE_ALREADY_EXISTS and AE_NOT_FOUND.
Reported-by: Jeremy Linton <jeremy.linton@arm.com> Tested-by: Jeremy Linton <jeremy.linton@arm.com> Signed-off-by: Erik Schmauss <erik.schmauss@intel.com> Cc: 4.17+ <stable@vger.kernel.org> # 4.17+ Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
|