Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

misc: phantom: 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>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Jiri Slaby <jslaby@suse.cz>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Michael Opdenacker and committed by
Greg Kroah-Hartman
bb9da88d b09534d3

+1 -1
+1 -1
drivers/misc/phantom.c
··· 395 395 iowrite32(0, pht->caddr + PHN_IRQCTL); 396 396 ioread32(pht->caddr + PHN_IRQCTL); /* PCI posting */ 397 397 retval = request_irq(pdev->irq, phantom_isr, 398 - IRQF_SHARED | IRQF_DISABLED, "phantom", pht); 398 + IRQF_SHARED, "phantom", pht); 399 399 if (retval) { 400 400 dev_err(&pdev->dev, "can't establish ISR\n"); 401 401 goto err_unmo;