mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-25 10:40:53 +07:00
Merge branch 'topic/axi' into for-linus
This commit is contained in:
commit
75abeb6b72
@ -687,7 +687,7 @@ static int axi_dmac_probe(struct platform_device *pdev)
|
|||||||
if (ret)
|
if (ret)
|
||||||
goto err_unregister_device;
|
goto err_unregister_device;
|
||||||
|
|
||||||
ret = request_irq(dmac->irq, axi_dmac_interrupt_handler, 0,
|
ret = request_irq(dmac->irq, axi_dmac_interrupt_handler, IRQF_SHARED,
|
||||||
dev_name(&pdev->dev), dmac);
|
dev_name(&pdev->dev), dmac);
|
||||||
if (ret)
|
if (ret)
|
||||||
goto err_unregister_of;
|
goto err_unregister_of;
|
||||||
|
Loading…
Reference in New Issue
Block a user