Remove debugging statement from production code.

main
Rik Faith 2000-09-13 15:02:35 +00:00
parent 1f8651163a
commit f850c1bd06
1 changed files with 0 additions and 1 deletions

View 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);