Loading drivers/dma/imx-sdma.c +0 −1 Original line number Original line Diff line number Diff line Loading @@ -1307,7 +1307,6 @@ static int __init sdma_probe(struct platform_device *pdev) dma_cap_set(DMA_CYCLIC, sdma->dma_device.cap_mask); dma_cap_set(DMA_CYCLIC, sdma->dma_device.cap_mask); sdmac->chan.device = &sdma->dma_device; sdmac->chan.device = &sdma->dma_device; sdmac->chan.chan_id = i; sdmac->channel = i; sdmac->channel = i; /* Add the channel to the DMAC list */ /* Add the channel to the DMAC list */ Loading Loading
drivers/dma/imx-sdma.c +0 −1 Original line number Original line Diff line number Diff line Loading @@ -1307,7 +1307,6 @@ static int __init sdma_probe(struct platform_device *pdev) dma_cap_set(DMA_CYCLIC, sdma->dma_device.cap_mask); dma_cap_set(DMA_CYCLIC, sdma->dma_device.cap_mask); sdmac->chan.device = &sdma->dma_device; sdmac->chan.device = &sdma->dma_device; sdmac->chan.chan_id = i; sdmac->channel = i; sdmac->channel = i; /* Add the channel to the DMAC list */ /* Add the channel to the DMAC list */ Loading