Don't print error messages on AE_TYPE from AcpiGetCurrentResources().
commitf84040ff44ec2b8e5109ca93f18c6ba652d63674
authorYONETANI Tomokazu <y0netan1@dragonflybsd.org>
Fri, 23 Feb 2007 01:18:00 +0000 (23 01:18 +0000)
committerYONETANI Tomokazu <y0netan1@dragonflybsd.org>
Fri, 23 Feb 2007 01:18:00 +0000 (23 01:18 +0000)
tree5a3860a1ff6c5ab6e9b62db0215c7c0a3877b764
parente8abc1818534812e59f3bba20e6fc963cac6a857
Don't print error messages on AE_TYPE from AcpiGetCurrentResources().
Resource Manager has been changed to return AE_TYPE for any non-device
objects earlier in validation instead of going through functions and
return AE_NOT_FOUND.  Since acpi_parse_resources() is only interested
in device objects, don't complain on AE_TYPE either.

Noticed-by: many people
sys/dev/acpica5/acpi_resource.c