drm/i915: fix if statement (bogus semi-colon)
authorDan Carpenter <dan.carpenter@oracle.com>
Fri, 28 Oct 2011 11:42:41 +0000 (14:42 +0300)
committerDave Airlie <airlied@redhat.com>
Tue, 8 Nov 2011 10:50:18 +0000 (10:50 +0000)
commit35b09c9bf619c4fc6040c52dcea6bd5bd6af7679
tree27e9ec49a947d0a267c716a732eae58ac2b856ee
parent1ea6b8f48918282bdca0b32a34095504ee65bab5
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 <dan.carpenter@oracle.com>
Signed-off-by: Keith Packard <keithp@keithp.com>
drivers/char/agp/intel-gtt.c