ACPICA: Fixed a problem with AcpiGetDevices where the search of a branch of the devic...
authorBob Moore <robert.moore@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)
commit549f46044e1e207a2cbfdfb3f9a0d3fd5fd4105e
tree7f18ff91ea39569f905cb20ad1410f51c4437f56
parent8a2e71a82375aa2aef571d5fa9064ba67c8856a5
ACPICA: Fixed a problem with AcpiGetDevices where the search of a branch of the device tree could be terminated prematurely

In accordance with the ACPI specification, the search is terminated
if a device is both not present and not functional (instead of
just not present.) Yakui Zhao.

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/namespace/nsxfeval.c