projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5aef600
)
drm/i915: Remove shadowed local variable 'i' from i915_interrupt_info
author
Chris Wilson
<chris@chris-wilson.co.uk>
Wed, 3 Sep 2014 10:59:36 +0000
(11:59 +0100)
committer
Daniel 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
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/i915/i915_debugfs.c
b/drivers/gpu/drm/i915/i915_debugfs.c
index cd4f045f915d500481223181aba8422aac3bf0a9..d8389b2dcd774072edae037c79b129ab052d76b6 100644
(file)
--- a/
drivers/gpu/drm/i915/i915_debugfs.c
+++ b/
drivers/gpu/drm/i915/i915_debugfs.c
@@
-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));