From: Yasuaki Ishimatsu Date: Thu, 31 Jan 2013 03:26:12 +0000 (+0000) Subject: PNPACPI: Fix acpi_bus_get_device() check in drivers/pnp/pnpacpi/core.c X-Git-Tag: v3.9-rc1~146^2~8^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cfc57557f204c09c2c028be6e18923e9475c311d;p=pandora-kernel.git PNPACPI: Fix acpi_bus_get_device() check in drivers/pnp/pnpacpi/core.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