Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dmaengine i.MX DMA: do not initialize chan_id field

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>

-1
-1
drivers/dma/imx-dma.c
··· 366 366 dma_cap_set(DMA_CYCLIC, imxdma->dma_device.cap_mask); 367 367 368 368 imxdmac->chan.device = &imxdma->dma_device; 369 - imxdmac->chan.chan_id = i; 370 369 imxdmac->channel = i; 371 370 372 371 /* Add the channel to the DMAC list */