Loading drivers/dma/imx-dma.c +1 −1 Original line number Diff line number Diff line Loading @@ -379,7 +379,7 @@ static int __init imxdma_probe(struct platform_device *pdev) return 0; err_init: while (i-- >= 0) { while (--i >= 0) { struct imxdma_channel *imxdmac = &imxdma->channel[i]; imx_dma_free(imxdmac->imxdma_channel); } Loading Loading
drivers/dma/imx-dma.c +1 −1 Original line number Diff line number Diff line Loading @@ -379,7 +379,7 @@ static int __init imxdma_probe(struct platform_device *pdev) return 0; err_init: while (i-- >= 0) { while (--i >= 0) { struct imxdma_channel *imxdmac = &imxdma->channel[i]; imx_dma_free(imxdmac->imxdma_channel); } Loading