From: Toshi Kani Date: Wed, 27 Nov 2013 20:33:09 +0000 (-0700) Subject: ACPI / PCI / hotplug: Avoid warning when _ADR not present X-Git-Tag: v3.13-rc7~2^2~1^3~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f26ca1d699e8b54a50d9faf82327d3c2072aaedd;p=pandora-kernel.git ACPI / PCI / hotplug: Avoid warning when _ADR not present acpiphp_enumerate_slots() walks ACPI namenamespace under a PCI host bridge with callback register_slot(). register_slot() evaluates _ADR for all the device objects and emits a warning message for any error. Some platforms have _HID device objects (such as HPET and IPMI), which trigger unnecessary warning messages. This patch avoids emitting a warning message when a target device object does not have _ADR. Signed-off-by: Toshi Kani Cc: 3.12+ # 3.12+ Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed