From: Yasuaki Ishimatsu Date: Fri, 1 Feb 2013 01:14:20 +0000 (+0900) Subject: GPU/i915: Fix acpi_bus_get_device() check in drivers/gpu/drm/i915/intel_opregion.c X-Git-Tag: v3.9-rc1~83^2~36^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d37beaaf3dbc6ff16f4d32a4dd6f8c557c6ab50;p=pandora-kernel.git GPU/i915: Fix acpi_bus_get_device() check in drivers/gpu/drm/i915/intel_opregion.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: Daniel Vetter --- Reading git-diff-tree failed