From f850c1bd06d8ccb576e8836ed8f0c16db6eec343 Mon Sep 17 00:00:00 2001 From: Rik Faith Date: Wed, 13 Sep 2000 15:02:35 +0000 Subject: Remove debugging statement from production code. --- linux/mga_dma.c | 1 - 1 file changed, 1 deletion(-) (limited to 'linux') 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); -- cgit v1.2.3