summaryrefslogtreecommitdiff
path: root/linux
diff options
context:
space:
mode:
authorRik Faith <faith@alephnull.com>2000-09-13 15:02:35 +0000
committerRik Faith <faith@alephnull.com>2000-09-13 15:02:35 +0000
commitf850c1bd06d8ccb576e8836ed8f0c16db6eec343 (patch)
treee5936a1c982b85c676cd86fcdb3d226ce239a13b /linux
parent1f8651163acb06b0691322ec9ab96bc606ba8777 (diff)
Remove debugging statement from production code.
Diffstat (limited to 'linux')
-rw-r--r--linux/mga_dma.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/linux/mga_dma.c b/linux/mga_dma.c
index f115d712..ae1d3e12 100644
--- a/linux/mga_dma.c
+++ b/linux/mga_dma.c
@@ -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);