]> git.baikalelectronics.ru Git - kernel.git/commit
ACPICA: Parser: Fix for SuperName method invocation
authorBob Moore <robert.moore@intel.com>
Tue, 29 Dec 2015 06:00:14 +0000 (14:00 +0800)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Fri, 1 Jan 2016 02:47:37 +0000 (03:47 +0100)
commit9e2eaa9a407a76a42c1f922870ab766b1431b00b
treeeddb891282808df59d6de8c3e4b5837ae1b6d065
parent9c65db1cb123f5026fd532fc5efadf3aefbc4dda
ACPICA: Parser: Fix for SuperName method invocation

ACPICA commit 4b86d1046d06e462dae83ebcd5a66cc132a08f8f

SuperName parameters that are in fact control method invocations were
not handled correctly by the parser. This change fixes the problem
by identifying these properly as method invocations. This affects
about 14 different ASL operators that contain SuperName parameters.
ACPICA BZ 1002.

Link: https://github.com/acpica/acpica/commit/4b86d104
Link: https://bugs.acpica.org/show_bug.cgi?id=1002
Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Lv Zheng <lv.zheng@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/acpica/psargs.c