projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e8b60f
)
drm/i915: Remove a debugging printk from hangcheck
author
Chris Wilson
<chris@chris-wilson.co.uk>
Tue, 8 Dec 2009 22:12:06 +0000
(22:12 +0000)
committer
Eric 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
patch
|
blob
|
blame
|
history
diff --git
a/drivers/gpu/drm/i915/i915_irq.c
b/drivers/gpu/drm/i915/i915_irq.c
index a31c9d5e29f32a1da1592ea8b1a9b69e708532db..a1345d78e13889070623ef7b727ec9cff98897b4 100644
(file)
--- 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);
}