diff options
author | Rik Faith <faith@alephnull.com> | 2000-09-13 15:02:35 +0000 |
---|---|---|
committer | Rik Faith <faith@alephnull.com> | 2000-09-13 15:02:35 +0000 |
commit | f850c1bd06d8ccb576e8836ed8f0c16db6eec343 (patch) | |
tree | e5936a1c982b85c676cd86fcdb3d226ce239a13b /linux | |
parent | 1f8651163acb06b0691322ec9ab96bc606ba8777 (diff) |
Remove debugging statement from production code.
Diffstat (limited to 'linux')
-rw-r--r-- | linux/mga_dma.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/linux/mga_dma.c b/linux/mga_dma.c index f115d7123..ae1d3e12d 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); |