]> 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)
commitb22927248cea0ff3ebdf23d3f87925f8fcae8a55
treeeddb891282808df59d6de8c3e4b5837ae1b6d065
parent54930887c367272a82f1364cebb1ec6f821fb904
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