summaryrefslogtreecommitdiff
path: root/linux/gamma_dma.c
diff options
context:
space:
mode:
authorRik Faith <faith@alephnull.com>2001-01-04 18:41:41 +0000
committerRik Faith <faith@alephnull.com>2001-01-04 18:41:41 +0000
commit833af23c5d21b1ab139327861d25d96dcd91af6f (patch)
tree84064ba2e7f846d3889e3ac3e0a9a9e079e628bd /linux/gamma_dma.c
parentc7c6156aecdee2838dd0e193a3d529ecbb797ae7 (diff)
Sync with Linux 2.4.0-prerelease
Diffstat (limited to 'linux/gamma_dma.c')
-rw-r--r--linux/gamma_dma.c2
1 files changed, 1 insertions, 1 deletions
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;