mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
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>
This commit is contained in:
parent
7e8b60faea
commit
4f8d619cc3
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue