Commit 97a43dfe authored by Sascha Hauer's avatar Sascha Hauer

dmaengine i.MX DMA: do not initialize chan_id field

Signed-off-by: default avatarSascha Hauer <s.hauer@pengutronix.de>
parent d07102a1
......@@ -366,7 +366,6 @@ static int __init imxdma_probe(struct platform_device *pdev)
dma_cap_set(DMA_CYCLIC, imxdma->dma_device.cap_mask);
imxdmac->chan.device = &imxdma->dma_device;
imxdmac->chan.chan_id = i;
imxdmac->channel = i;
/* Add the channel to the DMAC list */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment