From: Damien Lespiau Date: Mon, 3 Mar 2014 17:31:46 +0000 (+0000) Subject: drm/i915: Replace a few for_each_pipe(i) by for_each_pipe(pipe) X-Git-Tag: v3.15-rc1~51^2~55^2~34 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07d27e20bc4ab2c8f969df8ebd7622320a0cdd92;p=pandora-kernel.git drm/i915: Replace a few for_each_pipe(i) by for_each_pipe(pipe) Consistency throughout the code base is good and remove some room for mistakes (as explained in the "drm/i915: Use a pipe variable to cycle through the pipes" commit) So, let's replace the for_each_pipe(i) occurences by for_each_pipe(pipe) when it's reasonable and practical to do so (eg. when there isn't another pipe variable already). Suggested-by: Chris Wilson Signed-off-by: Damien Lespiau Reviewed-by: Chris Wilson Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed