diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2009-12-08 22:12:06 +0000 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2009-12-08 23:40:47 -0800 |
commit | 4f8d619cc3ab805aa1726c1dfe196a0705b955bd (patch) | |
tree | 47a007724c65a3d3123dba8f4ec67e5baa529769 /drivers/gpu | |
parent | 7e8b60faea972604c315634cff62d44803731ea9 (diff) |
drm/i915: Remove a debugging printk from hangcheck
A residual bare printk survived the merger of the hang detector, remove
this debugging left-over.
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Eric Anholt <eric@anholt.net>
Diffstat (limited to 'drivers/gpu')
-rw-r--r-- | drivers/gpu/drm/i915/i915_irq.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i915/i915_irq.c b/drivers/gpu/drm/i915/i915_irq.c index a31c9d5e29f3..a1345d78e138 100644 --- a/drivers/gpu/drm/i915/i915_irq.c +++ b/drivers/gpu/drm/i915/i915_irq.c @@ -538,7 +538,6 @@ static void i915_handle_error(struct drm_device *dev, bool wedged) /* * Wakeup waiting processes so they don't hang */ - printk("i915: Waking up sleeping processes\n"); DRM_WAKEUP(&dev_priv->irq_queue); } |