Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 05864648 authored by Michael Opdenacker's avatar Michael Opdenacker Committed by Vinod Koul
Browse files

dma: coh901318: remove deprecated IRQF_DISABLED



This patch proposes to remove the use of the IRQF_DISABLED flag

It's a NOOP since 2.6.35 and it will be removed one day.

Signed-off-by: default avatarMichael Opdenacker <michael.opdenacker@free-electrons.com>
Signed-off-by: default avatarVinod Koul <vinod.koul@intel.com>
parent f358c289
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2694,7 +2694,7 @@ static int __init coh901318_probe(struct platform_device *pdev)
	if (irq < 0)
		return irq;

	err = devm_request_irq(&pdev->dev, irq, dma_irq_handler, IRQF_DISABLED,
	err = devm_request_irq(&pdev->dev, irq, dma_irq_handler, 0,
			       "coh901318", base);
	if (err)
		return err;