Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

dmaengine i.MX DMA: do not initialize chan_id field

parent d07102a1
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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 */