irda: 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: Michael Opdenacker <michael.opdenacker@free-electrons.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
bfdd56b275
commit
2c20ae6862
@@ -804,7 +804,7 @@ static int sh_irda_probe(struct platform_device *pdev)
|
||||
goto err_mem_4;
|
||||
|
||||
platform_set_drvdata(pdev, ndev);
|
||||
err = request_irq(irq, sh_irda_irq, IRQF_DISABLED, "sh_irda", self);
|
||||
err = request_irq(irq, sh_irda_irq, 0, "sh_irda", self);
|
||||
if (err) {
|
||||
dev_warn(&pdev->dev, "Unable to attach sh_irda interrupt\n");
|
||||
goto err_mem_4;
|
||||
|
Reference in New Issue
Block a user