From: Bob Moore Date: Fri, 24 Jul 2009 03:03:09 +0000 (+0800) Subject: ACPICA: Add repair for predefined methods that return nested packages X-Git-Tag: v2.6.32-rc1~171^2~16^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e5f69d6ef7a6b0dbad8d4c00d83009960be02155;p=pandora-kernel.git ACPICA: Add repair for predefined methods that return nested packages Fixes a problem where a predefined method is defined to return a variable-length Package of sub-packages. If the length is one, the BIOS code occasionally creates a simple single package with no sub-packages. This code attempts to fix the problem by wrapping a new package object around the existing package. ACPICA BZ 790. http://acpica.org/bugzilla/show_bug.cgi?id=790 Signed-off-by: Bob Moore Signed-off-by: Lin Ming Signed-off-by: Len Brown --- Reading git-diff-tree failed