From 833af23c5d21b1ab139327861d25d96dcd91af6f Mon Sep 17 00:00:00 2001 From: Rik Faith Date: Thu, 4 Jan 2001 18:41:41 +0000 Subject: Sync with Linux 2.4.0-prerelease --- linux/gamma_dma.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linux/gamma_dma.c') diff --git a/linux/gamma_dma.c b/linux/gamma_dma.c index 4ab67281..4854c56d 100644 --- a/linux/gamma_dma.c +++ b/linux/gamma_dma.c @@ -651,7 +651,7 @@ int gamma_irq_install(drm_device_t *dev, int irq) dev->dma->next_queue = NULL; dev->dma->this_buffer = NULL; - dev->tq.next = NULL; + INIT_LIST_HEAD(&dev->tq.list); dev->tq.sync = 0; dev->tq.routine = gamma_dma_schedule_tq_wrapper; dev->tq.data = dev; -- cgit v1.2.3