diff options
author | Thomas Hellstrom <thomas-at-tungstengraphics-dot-com> | 2007-02-13 20:46:56 +0100 |
---|---|---|
committer | Thomas Hellstrom <thomas-at-tungstengraphics-dot-com> | 2007-02-13 20:47:30 +0100 |
commit | 6b289db05496c5cc89c29817be16cb107a522722 (patch) | |
tree | 8c5057928d2afecd1ab32e4dceefb1cc85c90496 | |
parent | e1460426b885ab656e3cda3fd3841d64260434c5 (diff) |
Remove debug printout.
-rw-r--r-- | linux-core/via_mm.c | 1 |
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); |