ACPICA: Predefined name repair: automatically remove null package elements
authorBob Moore <robert.moore@intel.com>
Fri, 11 Dec 2009 07:29:44 +0000 (15:29 +0800)
committerLen Brown <len.brown@intel.com>
Tue, 15 Dec 2009 22:29:37 +0000 (17:29 -0500)
commitd4085a3ffee8828f7f1bae7fa3cf5e58f59ba627
tree4c2397ce902284b20c21c3b96d393707311c46d4
parente31c32cfe52e98344dad28853c3331879f72c4b0
ACPICA: Predefined name repair: automatically remove null package elements

This change will automatically remove embedded and trailing NULL
package elements from returned package objects that are defined
to containe a variable number of sub-packages. The driver is then
presented with a package with no null elements to deal with.
ACPICA BZ 819.

http://www.acpica.org/bugzilla/show_bug.cgi?id=819

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>
drivers/acpi/acpica/acnamesp.h
drivers/acpi/acpica/nspredef.c
drivers/acpi/acpica/nsrepair2.c