From: Ander Conselvan de Oliveira Date: Thu, 15 Jan 2015 12:55:24 +0000 (+0200) Subject: drm/i915: Use local pipe_config varariable when available X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~75^2~8^2~87 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=681a8504a07cd4891c74bf59c40950674639cd47;p=pandora-kernel.git drm/i915: Use local pipe_config varariable when available In functions that define a local pipe_config variable to point to crtc->config, replace remaining references to crtc->config with the local variable. This makes the code more consistent and easier to change in an automated manner. Signed-off-by: Ander Conselvan de Oliveira Reviewed-by: Matt Roper Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed