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

Commit 370d6686 authored by Michael Opdenacker's avatar Michael Opdenacker Committed by Jens Axboe
Browse files

mg_disk: 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 avatarJens Axboe <axboe@kernel.dk>
parent c7d1ba41
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -936,7 +936,7 @@ static int mg_probe(struct platform_device *plat_dev)
			goto probe_err_3b;
		}
		err = request_irq(host->irq, mg_irq,
				IRQF_DISABLED | IRQF_TRIGGER_RISING,
				IRQF_TRIGGER_RISING,
				MG_DEV_NAME, host);
		if (err) {
			printk(KERN_ERR "%s:%d fail (request_irq err=%d)\n",