drm/i915: fix if statement (bogus semi-colon)
commit3fca806cf343155d0bb0dfbdbc2e51ef47b65750
authorDan Carpenter <dan.carpenter@oracle.com>
Fri, 28 Oct 2011 11:42:41 +0000 (28 14:42 +0300)
committerKeith Packard <keithp@keithp.com>
Fri, 28 Oct 2011 17:09:47 +0000 (28 10:09 -0700)
treed9d6d5cdea38d5c633b1f47ff887cb319cdd1b88
parent828204903945002be837d938401e242978b7b505
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