diff options
Diffstat (limited to 'drivers/dma/iop-adma.c')
-rw-r--r-- | drivers/dma/iop-adma.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/dma/iop-adma.c b/drivers/dma/iop-adma.c index 4370b1015f73..1f3a703ed0e0 100644 --- a/drivers/dma/iop-adma.c +++ b/drivers/dma/iop-adma.c | |||
@@ -1545,6 +1545,7 @@ static int __devinit iop_adma_probe(struct platform_device *pdev) | |||
1545 | INIT_LIST_HEAD(&iop_chan->chain); | 1545 | INIT_LIST_HEAD(&iop_chan->chain); |
1546 | INIT_LIST_HEAD(&iop_chan->all_slots); | 1546 | INIT_LIST_HEAD(&iop_chan->all_slots); |
1547 | iop_chan->common.device = dma_dev; | 1547 | iop_chan->common.device = dma_dev; |
1548 | dma_cookie_init(&iop_chan->common); | ||
1548 | list_add_tail(&iop_chan->common.device_node, &dma_dev->channels); | 1549 | list_add_tail(&iop_chan->common.device_node, &dma_dev->channels); |
1549 | 1550 | ||
1550 | if (dma_has_cap(DMA_MEMCPY, dma_dev->cap_mask)) { | 1551 | if (dma_has_cap(DMA_MEMCPY, dma_dev->cap_mask)) { |