From: Bob Moore Date: Wed, 21 Mar 2012 01:51:39 +0000 (+0800) Subject: ACPICA: Object repair code: Support to add Package wrappers X-Git-Tag: v3.4-rc1~18^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a99b1c94d053b3420eaa4a4bc8b2883dd90a2f9;p=pandora-kernel.git ACPICA: Object repair code: Support to add Package wrappers Repair a common problem with objects that are defined to return a variable-length Package of sub-objects. If there is only one sub-object, some BIOS code mistakenly simply declares the single object instead of a Package with one sub-object. This function attempts to repair this error by wrapping a Package object around the original object, creating the correct and expected Package with one sub-object. Signed-off-by: Bob Moore Signed-off-by: Lin Ming Signed-off-by: Len Brown --- Reading git-diff-tree failed