Remove debugging statement from production code.
authorRik Faith <faith@alephnull.com>
Wed, 13 Sep 2000 15:02:35 +0000 (15:02 +0000)
committerRik Faith <faith@alephnull.com>
Wed, 13 Sep 2000 15:02:35 +0000 (15:02 +0000)
linux/mga_dma.c

index f115d71..ae1d3e1 100644 (file)
@@ -233,7 +233,6 @@ drm_buf_t *mga_freelist_get(drm_device_t *dev)
                        current->state = TASK_INTERRUPTIBLE;
                        schedule();
                        if (signal_pending(current)) {
-                               DRM_ERROR("Returning NULL\n");
                                ++return_null;
                                clear_bit(MGA_IN_GETBUF,
                                          &dev_priv->dispatch_status);