From: Yasuaki Ishimatsu Date: Thu, 31 Jan 2013 03:22:14 +0000 (+0000) Subject: ACPI / PM: Fix acpi_bus_get_device() check in drivers/acpi/device_pm.c X-Git-Tag: v3.9-rc1~146^2~10^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dde3bb4159dfd872a755922b6a22e005e78389b6;p=pandora-kernel.git ACPI / PM: Fix acpi_bus_get_device() check in drivers/acpi/device_pm.c acpi_bus_get_device() returns int not acpi_status. The patch change not to apply ACPI_FAILURE() to the return value of acpi_bus_get_device(). Signed-off-by: Yasuaki Ishimatsu Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed