Home
last modified time | relevance | path

Searched hist:"0613 e1f7fd98a0cef2a7add1368a87cdd86a1106" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/acpi/
H A Dscan.cdiff 0613e1f7fd98a0cef2a7add1368a87cdd86a1106 Thu Jan 31 13:54:05 CST 2013 Rafael J. Wysocki <rafael.j.wysocki@intel.com> ACPI / scan: Fix acpi_bus_get_device() check in acpi_match_device()

Since acpi_bus_get_device() returns int and not acpi_status, change
acpi_match_device() so that it doesn't apply ACPI_FAILURE() to the
return value of acpi_bus_get_device().

Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Acked-by: Yasuaki Ishimatsu <isimatu.yasuaki@jp.fujitsu.com>
Acked-by: Yinghai Lu <yinghai@kernel.org>
Reviewed-by: Mika Westerberg <mika.westerberg@linux.intel.com>