This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / drivers / sbus / dvma.c
index f15a301..925061c 100644 (file)
@@ -29,7 +29,7 @@ void __init init_one_dvma(struct sbus_dma *dma, int num_dma)
 {
        printk("dma%d: ", num_dma);
        
-       dma->next = 0;
+       dma->next = NULL;
        dma->running = 0;      /* No transfers going on as of yet */
        dma->allocated = 0;    /* No one has allocated us yet */
        switch(sbus_readl(dma->regs + DMA_CSR)&DMA_DEVICE_ID) {