Remove debug printout.
authorThomas Hellstrom <thomas-at-tungstengraphics-dot-com>
Tue, 13 Feb 2007 19:46:56 +0000 (20:46 +0100)
committerThomas Hellstrom <thomas-at-tungstengraphics-dot-com>
Tue, 13 Feb 2007 19:47:30 +0000 (20:47 +0100)
linux-core/via_mm.c

index 67d212d..d97269f 100644 (file)
@@ -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);