From: Chris Wilson Date: Tue, 8 Dec 2009 22:12:06 +0000 (+0000) Subject: drm/i915: Remove a debugging printk from hangcheck X-Git-Tag: v2.6.33-rc1~323^2~2^2 X-Git-Url: http://bbs.cooldavid.org/git/?a=commitdiff_plain;h=4f8d619cc3ab805aa1726c1dfe196a0705b955bd;p=net-next-2.6.git 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 Signed-off-by: Eric Anholt --- diff --git a/drivers/gpu/drm/i915/i915_irq.c b/drivers/gpu/drm/i915/i915_irq.c index a31c9d5e29f..a1345d78e13 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); }