]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
drm/i915: Remove a debugging printk from hangcheck
authorChris Wilson <chris@chris-wilson.co.uk>
Tue, 8 Dec 2009 22:12:06 +0000 (22:12 +0000)
committerEric Anholt <eric@anholt.net>
Wed, 9 Dec 2009 07:40:47 +0000 (23:40 -0800)
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>
drivers/gpu/drm/i915/i915_irq.c

index a31c9d5e29f32a1da1592ea8b1a9b69e708532db..a1345d78e13889070623ef7b727ec9cff98897b4 100644 (file)
@@ -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);
        }