summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Hellstrom <thomas-at-tungstengraphics-dot-com>2007-02-13 20:46:56 +0100
committerThomas Hellstrom <thomas-at-tungstengraphics-dot-com>2007-02-13 20:47:30 +0100
commit6b289db05496c5cc89c29817be16cb107a522722 (patch)
tree8c5057928d2afecd1ab32e4dceefb1cc85c90496
parente1460426b885ab656e3cda3fd3841d64260434c5 (diff)
Remove debug printout.
-rw-r--r--linux-core/via_mm.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/linux-core/via_mm.c b/linux-core/via_mm.c
index 67d212d7..d97269f5 100644
--- a/linux-core/via_mm.c
+++ b/linux-core/via_mm.c
@@ -204,7 +204,6 @@ void via_reclaim_buffers_locked(drm_device_t * dev, struct file *filp)
if (dev->driver->dma_quiescent) {
dev->driver->dma_quiescent(dev);
}
- DRM_ERROR("Lock status is %d\n", dev->lock.idle_has_lock);
drm_sman_owner_cleanup(&dev_priv->sman, (unsigned long)priv);
mutex_unlock(&dev->struct_mutex);