ACPICA: Fix: Predefined object repair executed only once
authorBob Moore <robert.moore@intel.com>
Wed, 24 Jun 2009 05:38:02 +0000 (13:38 +0800)
committerLen Brown <len.brown@intel.com>
Thu, 27 Aug 2009 14:17:20 +0000 (10:17 -0400)
commit0444e8f6d72d6e38f92d48884bc90bbc6c22fd5a
tree63f94d886d8e50c449dd8a6b46f3df3c326bf05a
parentcf02cd47d4747abf8ff0617e15fc05a00202e6d5
ACPICA: Fix: Predefined object repair executed only once

This fixes a problem where the code that attempts to repair/convert
an object of incorrect type is only executed on the first time the
predefined method is called. The mechanism that disables warnings
on subsequent calls was interfering with the repair mechanism.
ACPICA BZ 781.

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

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/aclocal.h
drivers/acpi/acpica/acmacros.h
drivers/acpi/acpica/acutils.h
drivers/acpi/acpica/nspredef.c
drivers/acpi/acpica/utmisc.c