From: Paulo Zanoni Date: Wed, 12 Sep 2012 13:06:32 +0000 (-0300) Subject: drm/i915: simplify setting DSPCNTR inside ironlake_crtc_mode_set X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~20^2~14^2~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a1f9e77e1f2f1bf3769798c1596433deff08cd04;p=pandora-kernel.git drm/i915: simplify setting DSPCNTR inside ironlake_crtc_mode_set Because declaring a variable in the beginning of the function, then initializing it 100 lines later, then using it 100 lines later does not make our code look good IMHO. Signed-off-by: Paulo Zanoni Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed