We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eab9d5a commit f6a426aCopy full SHA for f6a426a
drivers/dma/dma-axi-dmac.c
@@ -1036,8 +1036,8 @@ static int axi_dmac_remove(struct platform_device *pdev)
1036
{
1037
struct axi_dmac *dmac = platform_get_drvdata(pdev);
1038
1039
- of_dma_controller_free(pdev->dev.of_node);
1040
free_irq(dmac->irq, dmac);
+ of_dma_controller_free(pdev->dev.of_node);
1041
tasklet_kill(&dmac->chan.vchan.task);
1042
dma_async_device_unregister(&dmac->dma_dev);
1043
clk_disable_unprepare(dmac->clk);
0 commit comments