From: Bob Moore Date: Thu, 8 Aug 2013 07:29:38 +0000 (+0800) Subject: ACPICA: Fix possible fault for methods that optionally have no return value. X-Git-Tag: v3.12-rc1~178^2~13^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf0dd264b1207b090858e7847919af5f2e367d7c;p=pandora-kernel.git ACPICA: Fix possible fault for methods that optionally have no return value. Currently applies to the _WAK method only. If the method has no return value and slack mode is not enabled, the return value validation code can fault. Also improves the error message when an expected return value is missing (for any predefined name/method). The problem fixed here cannot happen on Linux unless acpi=strict is added to the kernel command line. Signed-off-by: Bob Moore Signed-off-by: Lv Zheng Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed