ACPICA: Change package length error message to an info message
authorBob Moore <robert.moore@intel.com>
Thu, 12 Nov 2009 01:31:50 +0000 (09:31 +0800)
committerLen Brown <len.brown@intel.com>
Wed, 25 Nov 2009 02:27:59 +0000 (21:27 -0500)
commit7d5d05d0704127c9acd24090c14731c111bd0af1
tree86c1e558cf18644981e8d770805f986a5137053d
parent7df200cd980442868f5579c0880a9221da628d17
ACPICA: Change package length error message to an info message

This message happens when the package element list is longer than
the declared length of the package. Changed to an info message
because this condition is not actually an error. It is caused by
the BIOS attempting to truncate the package on the fly by adjusting
the package element count at the start of the package definition.

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/dsobject.c
This page took 0.02615 seconds and 5 git commands to generate.