drm/i915: Use for_each_pipe() when possible
authorDamien Lespiau <damien.lespiau@intel.com>
Thu, 11 Jul 2013 19:10:54 +0000 (20:10 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 11 Jul 2013 19:53:10 +0000 (21:53 +0200)
Came accross two open coding of for_each_pipe(), might as well use the
macro.

Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>

No differences found