diff options
Diffstat (limited to 'drivers/dma/mcf-edma.c')
| -rw-r--r-- | drivers/dma/mcf-edma.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/dma/mcf-edma.c b/drivers/dma/mcf-edma.c index 5de1b07eddff..7de54b2fafdb 100644 --- a/drivers/dma/mcf-edma.c +++ b/drivers/dma/mcf-edma.c | |||
| @@ -214,6 +214,7 @@ static int mcf_edma_probe(struct platform_device *pdev) | |||
| 214 | mcf_chan->edma = mcf_edma; | 214 | mcf_chan->edma = mcf_edma; |
| 215 | mcf_chan->slave_id = i; | 215 | mcf_chan->slave_id = i; |
| 216 | mcf_chan->idle = true; | 216 | mcf_chan->idle = true; |
| 217 | mcf_chan->dma_dir = DMA_NONE; | ||
| 217 | mcf_chan->vchan.desc_free = fsl_edma_free_desc; | 218 | mcf_chan->vchan.desc_free = fsl_edma_free_desc; |
| 218 | vchan_init(&mcf_chan->vchan, &mcf_edma->dma_dev); | 219 | vchan_init(&mcf_chan->vchan, &mcf_edma->dma_dev); |
| 219 | iowrite32(0x0, ®s->tcd[i].csr); | 220 | iowrite32(0x0, ®s->tcd[i].csr); |
