Skip to content

Commit

Permalink
drm/i915: Silence an innocuous compiler warning for an unused variable
Browse files Browse the repository at this point in the history
drivers/gpu/drm/i915/i915_irq.c: In function ‘ironlake_irq_postinstall’:
drivers/gpu/drm/i915/i915_irq.c:1618: warning: unused variable ‘pipe’

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
  • Loading branch information
Chris Wilson committed Mar 1, 2011
1 parent 82d3c90 commit 5d9faa1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/gpu/drm/i915/i915_irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -1615,7 +1615,6 @@ static int ironlake_irq_postinstall(struct drm_device *dev)
DE_PLANEA_FLIP_DONE | DE_PLANEB_FLIP_DONE;
u32 render_irqs;
u32 hotplug_mask;
int pipe;

dev_priv->irq_mask = ~display_mask;

Expand Down

0 comments on commit 5d9faa1

Please sign in to comment.