[Intel-gfx] [PATCH] drm/i915: Use for_each_pipe() when possible

2013-07-11 Thread Damien Lespiau
Came accross two open coding of for_each_pipe(), might as well use the macro. Signed-off-by: Damien Lespiau damien.lesp...@intel.com --- drivers/gpu/drm/i915/intel_display.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/i915/intel_display.c

Re: [Intel-gfx] [PATCH] drm/i915: Use for_each_pipe() when possible

2013-07-11 Thread Daniel Vetter
On Thu, Jul 11, 2013 at 08:10:54PM +0100, Damien Lespiau wrote: Came accross two open coding of for_each_pipe(), might as well use the macro. Signed-off-by: Damien Lespiau damien.lesp...@intel.com Queued for -next, thanks for the patch. -Daniel --- drivers/gpu/drm/i915/intel_display.c | 4