drm/i915: Remove shadowed local variable 'i' from i915_interrupt_info
authorChris Wilson <chris@chris-wilson.co.uk>
Wed, 3 Sep 2014 10:59:36 +0000 (11:59 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 3 Sep 2014 13:12:22 +0000 (15:12 +0200)
Just a stray local variable, begone.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/i915_debugfs.c

index cd4f045..d8389b2 100644 (file)
@@ -650,7 +650,6 @@ static int i915_interrupt_info(struct seq_file *m, void *data)
        intel_runtime_pm_get(dev_priv);
 
        if (IS_CHERRYVIEW(dev)) {
-               int i;
                seq_printf(m, "Master Interrupt Control:\t%08x\n",
                           I915_READ(GEN8_MASTER_IRQ));