]> 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)
commitaf26863fcc13439b7e176a5a73131fd254348a1a
treed9d6d5cdea38d5c633b1f47ff887cb319cdd1b88
parentd9785e0858551c1946a3b1a318fac52df12fedd7
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