diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2009-12-08 17:12:06 -0500 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2009-12-09 02:40:47 -0500 |
commit | 4f8d619cc3ab805aa1726c1dfe196a0705b955bd (patch) | |
tree | 47a007724c65a3d3123dba8f4ec67e5baa529769 | |
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>
-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) | |||
538 | /* | 538 | /* |
539 | * Wakeup waiting processes so they don't hang | 539 | * Wakeup waiting processes so they don't hang |
540 | */ | 540 | */ |
541 | printk("i915: Waking up sleeping processes\n"); | ||
542 | DRM_WAKEUP(&dev_priv->irq_queue); | 541 | DRM_WAKEUP(&dev_priv->irq_queue); |
543 | } | 542 | } |
544 | 543 | ||