Loading drivers/dma/imx-dma.c +0 −1 Original line number Diff line number Diff line Loading @@ -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 */ Loading Loading
drivers/dma/imx-dma.c +0 −1 Original line number Diff line number Diff line Loading @@ -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 */ Loading