2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2025-01-09 06:04:05 +08:00
linux-next/drivers/acpi/namespace
Lin Ming 93851b4d13 ACPICA: Reduce error to warning for incorrect method arg count
Previously aborted with error if too few arguments were passed to
a control method via the external ACPICA interface. Now issue a
warning instead and continue. Handles the case where the method
inadvertently declares too many arguments, but does not actually
use the extra ones.  Applies mainly to the predefined methods.

http://bugzilla.kernel.org/show_bug.cgi?id=11032

Signed-off-by: Lin Ming <ming.m.lin@intel.com>
Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
2008-10-22 23:14:44 -04:00
..
Makefile Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
nsaccess.c ACPICA: update Intel copyright 2008-04-23 23:00:13 -04:00
nsalloc.c ACPICA: update Intel copyright 2008-04-23 23:00:13 -04:00
nsdump.c ACPICA: Cleanup debug operand dump mechanism 2008-07-16 23:27:04 +02:00
nsdumpdv.c ACPICA: update Intel copyright 2008-04-23 23:00:13 -04:00
nseval.c ACPICA: Reduce error to warning for incorrect method arg count 2008-10-22 23:14:44 -04:00
nsinit.c ACPICA: Fix for hang on GPE method invocation 2008-07-16 23:27:03 +02:00
nsload.c ACPICA: Eliminate acpi_native_uint type v2 2008-07-16 23:27:03 +02:00
nsnames.c ACPICA: Additional error checking for pathname utilities 2008-08-15 02:12:16 +02:00
nsobject.c ACPICA: update Intel copyright 2008-04-23 23:00:13 -04:00
nsparse.c ACPICA: Eliminate acpi_native_uint type v2 2008-07-16 23:27:03 +02:00
nssearch.c ACPICA: Remove obsolete debug levels (WARN and ERROR) 2008-10-22 23:14:42 -04:00
nsutils.c ACPICA: Add const qualifier for appropriate string constants 2008-07-16 23:27:04 +02:00
nswalk.c ACPICA: update Intel copyright 2008-04-23 23:00:13 -04:00
nsxfeval.c ACPICA: Add function to dereference returned reference objects 2008-10-22 23:14:37 -04:00
nsxfname.c ACPICA: Return method arg count from acpi_get_object_info 2008-10-22 23:14:38 -04:00
nsxfobj.c ACPICA: update Intel copyright 2008-04-23 23:00:13 -04:00