X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=drivers%2Fdma%2Fmcf-edma.c;h=7de54b2fafdb5467a2678d8f198b947d0b51876d;hb=5160bcce5c3c80de7d8722511c144d3041409657;hp=5de1b07eddff4912a7506e1e5666878bd57bbb52;hpb=07fa3fa2572f2dee85beb8137f90ccf33d7206af;p=linux-2.6-block.git 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) mcf_chan->edma = mcf_edma; mcf_chan->slave_id = i; mcf_chan->idle = true; + mcf_chan->dma_dir = DMA_NONE; mcf_chan->vchan.desc_free = fsl_edma_free_desc; vchan_init(&mcf_chan->vchan, &mcf_edma->dma_dev); iowrite32(0x0, ®s->tcd[i].csr);