]> err.no Git - linux-2.6/commit
ACPICA: Fix for Alias operator to see target child objects
authorBob Moore <robert.moore@intel.com>
Thu, 10 Apr 2008 15:06:39 +0000 (19:06 +0400)
committerLen Brown <len.brown@intel.com>
Tue, 22 Apr 2008 18:29:24 +0000 (14:29 -0400)
commit53cf174409a24e8388e1d554d27436275fc81fe7
tree52883d192ba1b4bd978a8ca9d30af1e533679e70
parent1c12a7dde1752f2c40fe170cabff463a0b362720
ACPICA: Fix for Alias operator to see target child objects

Fixed a problem with the Alias operator when the target of the
alias is a named ASL operator that opens a new scope -- Scope,
Device, PowerResource, Processor, and ThermalZone. In these cases,
any children of the original operator could not be accessed via
the alias, potentially causing unexpected AE_NOT_FOUND exceptions.

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/excreate.c
drivers/acpi/namespace/nsaccess.c