commit | 7d37beaaf3dbc6ff16f4d32a4dd6f8c557c6ab50 | [log] [tgz] |
---|---|---|
author | Yasuaki Ishimatsu <isimatu.yasuaki@jp.fujitsu.com> | Fri Feb 01 10:14:20 2013 +0900 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Fri Feb 01 11:01:50 2013 +0100 |
tree | ca780c06b9059398a056e61b4f9ee8469ea71bf6 | |
parent | 209d52110a32c2069b5d870504e73fdb0e30fc51 [diff] |
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 <isimatu.yasuaki@jp.fujitsu.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>