ACPICA: Object repair code: Support to add Package wrappers
authorBob Moore <robert.moore@intel.com>
Wed, 21 Mar 2012 01:51:39 +0000 (09:51 +0800)
committerLen Brown <len.brown@intel.com>
Fri, 30 Mar 2012 05:45:13 +0000 (01:45 -0400)
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 <robert.moore@intel.com>
Signed-off-by: Lin Ming <ming.m.lin@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>

No differences found