diff options
author | Kevin E Martin <kem@kem.org> | 2001-01-05 19:42:02 +0000 |
---|---|---|
committer | Kevin E Martin <kem@kem.org> | 2001-01-05 19:42:02 +0000 |
commit | 0885a6be6dbe2d0e840aa32fba5ded2b038ec23a (patch) | |
tree | 3a4471ab69109c3c22ccd1485725e8cb58c08107 /linux-core/i810_dma.c | |
parent | 71897876f193282dd49d3eb37f277377a3ec8bb2 (diff) |
- Merge trunk into ati-5-0-0 branchati-5-0-0-20010105ati-5-0-0-branch
Diffstat (limited to 'linux-core/i810_dma.c')
-rw-r--r-- | linux-core/i810_dma.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-core/i810_dma.c b/linux-core/i810_dma.c index 26fe0c1c..aa824a79 100644 --- a/linux-core/i810_dma.c +++ b/linux-core/i810_dma.c @@ -924,7 +924,7 @@ int i810_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 = i810_dma_task_queue; dev->tq.data = dev; |