ACPICA: Fixed a problem with CopyObject used in conjunction with the Index operator
authorLin Ming <ming.m.lin@intel.com>
Thu, 10 Apr 2008 15:06:41 +0000 (19:06 +0400)
committerLen Brown <len.brown@intel.com>
Tue, 22 Apr 2008 18:29:28 +0000 (14:29 -0400)
commit1cb2ef6606e0abd8565f66b5f95267de1b390694
tree54ef1226c245a93a35f013b35ec58b3eb38b82ed
parente5bcc811f78f294e7be8a0721b3fb513028c5af4
ACPICA: Fixed a problem with CopyObject used in conjunction with the Index operator

The reference was incorrectly dereferenced before the copy. The
reference is now correctly copied.

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

Signed-off-by: Lin Ming <ming.m.lin@intel.com>
Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Alexey Starikovskiy <astarikovskiy@suse.de>
Signed-off-by: Len Brown <len.brown@intel.com>
drivers/acpi/executer/exresnte.c
drivers/acpi/executer/exresolv.c