aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/amba-pl08x.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/dma/amba-pl08x.c')
-rw-r--r--drivers/dma/amba-pl08x.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/dma/amba-pl08x.c b/drivers/dma/amba-pl08x.c
index 810f696eda4e..1b53f2605250 100644
--- a/drivers/dma/amba-pl08x.c
+++ b/drivers/dma/amba-pl08x.c
@@ -1709,8 +1709,7 @@ static int pl08x_dma_init_virtual_channels(struct pl08x_driver_data *pl08x,
1709 chan->name); 1709 chan->name);
1710 1710
1711 chan->chan.device = dmadev; 1711 chan->chan.device = dmadev;
1712 chan->chan.cookie = 0; 1712 dma_cookie_init(&chan->chan);
1713 chan->chan.completed_cookie = 0;
1714 1713
1715 spin_lock_init(&chan->lock); 1714 spin_lock_init(&chan->lock);
1716 INIT_LIST_HEAD(&chan->pend_list); 1715 INIT_LIST_HEAD(&chan->pend_list);