mirror of https://gitee.com/openkylin/linux.git
drm/i915: Remove shadowed local variable 'i' from i915_interrupt_info
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>
This commit is contained in:
parent
5aef600321
commit
3d45eb8949
|
@ -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));
|
||||
|
||||
|
|
Loading…
Reference in New Issue