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-rc2~24^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=35b09c9bf619c4fc6040c52dcea6bd5bd6af7679;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