]> git.baikalelectronics.ru Git - kernel.git/commit
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)
committerKeith Packard <keithp@keithp.com>
Fri, 28 Oct 2011 17:09:47 +0000 (10:09 -0700)
commitff5cab57e94371d80089b0050c34aa8eeb98f243
treed9d6d5cdea38d5c633b1f47ff887cb319cdd1b88
parenta7959a86523c81019cf1ae4e509ef219dd34529f
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