[UPDATE][PATCH 4/4] GPU/i915: Fix acpi_bus_get_device() check in drivers/gpu/drm/i915/intel_opregion.c

2013-02-01 Thread Yasuaki Ishimatsu
2013/02/01 9:53, Yasuaki Ishimatsu wrote: > 2013/02/01 9:50, Yasuaki Ishimatsu wrote: >> 2013/01/31 19:03, Daniel Vetter wrote: >>> On Thu, Jan 31, 2013 at 12:27:26PM +0900, Yasuaki Ishimatsu wrote: >>>> I forgot to change subject. So I resend a patch. >>

[UPDATE][PATCH 4/4] GPU/i915: Fix acpi_bus_get_device() check in drivers/gpu/drm/i915/intel_opregion.c

2013-02-01 Thread Yasuaki Ishimatsu
2013/02/01 9:50, Yasuaki Ishimatsu wrote: > 2013/01/31 19:03, Daniel Vetter wrote: >> On Thu, Jan 31, 2013 at 12:27:26PM +0900, Yasuaki Ishimatsu wrote: >>> I forgot to change subject. So I resend a patch. >>> >>> --- >>> acpi_bus_get_device() returns

[UPDATE][PATCH 4/4] GPU/i915: Fix acpi_bus_get_device() check in drivers/gpu/drm/i915/intel_opregion.c

2013-02-01 Thread Yasuaki Ishimatsu
2013/01/31 19:03, Daniel Vetter wrote: > On Thu, Jan 31, 2013 at 12:27:26PM +0900, Yasuaki Ishimatsu wrote: >> I forgot to change subject. So I resend a patch. >> >> --- >> acpi_bus_get_device() returns int not acpi_status. >> >> The patch change not to appl

Re: [UPDATE][PATCH 4/4] GPU/i915: Fix acpi_bus_get_device() check in drivers/gpu/drm/i915/intel_opregion.c

2013-01-31 Thread Yasuaki Ishimatsu
2013/02/01 9:53, Yasuaki Ishimatsu wrote: 2013/02/01 9:50, Yasuaki Ishimatsu wrote: 2013/01/31 19:03, Daniel Vetter wrote: On Thu, Jan 31, 2013 at 12:27:26PM +0900, Yasuaki Ishimatsu wrote: I forgot to change subject. So I resend a patch. --- acpi_bus_get_device() returns int not acpi_status

Re: [UPDATE][PATCH 4/4] GPU/i915: Fix acpi_bus_get_device() check in drivers/gpu/drm/i915/intel_opregion.c

2013-01-31 Thread Yasuaki Ishimatsu
2013/02/01 9:50, Yasuaki Ishimatsu wrote: 2013/01/31 19:03, Daniel Vetter wrote: On Thu, Jan 31, 2013 at 12:27:26PM +0900, Yasuaki Ishimatsu wrote: I forgot to change subject. So I resend a patch. --- acpi_bus_get_device() returns int not acpi_status. The patch change not to apply

[UPDATE][PATCH 4/4] GPU/i915: Fix acpi_bus_get_device() check in drivers/gpu/drm/i915/intel_opregion.c

2013-01-31 Thread Yasuaki Ishimatsu
2013/01/31 19:03, Daniel Vetter wrote: On Thu, Jan 31, 2013 at 12:27:26PM +0900, Yasuaki Ishimatsu wrote: I forgot to change subject. So I resend a patch. --- acpi_bus_get_device() returns int not acpi_status. The patch change not to apply ACPI_FAILURE() to the return value of

[RESEND PATCH 4/4] GPU/i915: Fix acpi_bus_get_device() check in drivers/gpu/drm/i915/intel_opregion.c

2013-01-31 Thread Yasuaki Ishimatsu
I forgot to change subject. So I resend a patch. --- 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 --- drivers/gpu/drm/i915/intel_opregion.c |2 +- 1 file

[PATCH 0/4] Fix acpi_bus_get_device() check

2013-01-31 Thread Yasuaki Ishimatsu
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 --- drivers/gpu/drm/i915/intel_opregion.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: linux-pm

Re: [PATCH 0/4] Fix acpi_bus_get_device() check

2013-01-30 Thread Yasuaki Ishimatsu
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 --- drivers/gpu/drm/i915/intel_opregion.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: linux-pm

[RESEND PATCH 4/4] GPU/i915: Fix acpi_bus_get_device() check in drivers/gpu/drm/i915/intel_opregion.c

2013-01-30 Thread Yasuaki Ishimatsu
I forgot to change subject. So I resend a patch. --- 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 --- drivers/gpu/drm/i915/intel_opregion.c |2 +- 1 file