aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/dma')
-rw-r--r--drivers/dma/imx-sdma.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dma/imx-sdma.c b/drivers/dma/imx-sdma.c
index 75df8b937413..1dbaf61eea2d 100644
--- a/drivers/dma/imx-sdma.c
+++ b/drivers/dma/imx-sdma.c
@@ -1348,7 +1348,7 @@ err_clk:
1348err_request_region: 1348err_request_region:
1349err_irq: 1349err_irq:
1350 kfree(sdma); 1350 kfree(sdma);
1351 return 0; 1351 return ret;
1352} 1352}
1353 1353
1354static int __exit sdma_remove(struct platform_device *pdev) 1354static int __exit sdma_remove(struct platform_device *pdev)