From: Dan Carpenter Date: Fri, 28 Oct 2011 11:42:41 +0000 (+0300) Subject: drm/i915: fix if statement (bogus semi-colon) X-Git-Tag: v3.2-rc3~8^2~5^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3fca806cf343155d0bb0dfbdbc2e51ef47b65750;p=pandora-kernel.git drm/i915: fix if statement (bogus semi-colon) The semi-colon is a typo here and it makes the if statement unconditional. Signed-off-by: Dan Carpenter Signed-off-by: Keith Packard --- Reading git-diff-tree failed