drm/i915: fix if statement in ivybridge irq handler
authorDan Carpenter <error27@gmail.com>
Wed, 25 May 2011 09:56:56 +0000 (12:56 +0300)
committerKeith Packard <keithp@keithp.com>
Sat, 4 Jun 2011 17:40:17 +0000 (10:40 -0700)
commitf6b07f45e2df42d63a0292dcd13aaaa18d6c01f7
tree9f86e681e1e3da128241acf1c7471aff54e4367a
parent55922c9d1b84b89cb946c777fddccb3247e7df2c
drm/i915: fix if statement in ivybridge irq handler

The extra semicolon was not intended.

Signed-off-by: Dan Carpenter <error27@gmail.com>
Reviewed-by: Keith Packard <keithp@keithp.com>
Signed-off-by: Keith Packard <keithp@keithp.com>
drivers/gpu/drm/i915/i915_irq.c