[PATCH 28/42] ACPICA: Parser: Fix for SuperName method invocation

2015-12-28 Thread Lv Zheng
From: Bob Moore 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

[PATCH 28/42] ACPICA: Parser: Fix for SuperName method invocation

2015-12-28 Thread Lv Zheng
From: Bob Moore 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