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)
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>

No differences found