From: Paulo Zanoni Date: Fri, 22 Mar 2013 17:19:21 +0000 (-0300) Subject: drm/i915: fix DSPADDR Gen check X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~55^2~51^2~71 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b71a570f2a7ace7bc3eef3ea7c261aa7db32674;p=pandora-kernel.git drm/i915: fix DSPADDR Gen check The first version of commit "drm/i915: there's no DSPADDR register on Haswell" added 2 "!IS_HASWELL" checks. When reviewing the patch, Ben suggested to make these checks more future-proof, so when Daniel applied the patch he fixed the first check but not the second. This commit makes the second check also "future-proof". Signed-off-by: Paulo Zanoni Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed