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

Commit b7fd4a0a authored by Thomas Gleixner's avatar Thomas Gleixner Committed by Dmitry Torokhov
Browse files

Input: pxa27x - do not use deprecated SA_INTERRUPT flag



IRQF_DISABLED is the proper name.

Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarDmitry Torokhov <dtor@mail.ru>
parent b5b16c52
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -181,7 +181,7 @@ static int __devinit pxakbd_probe(struct platform_device *pdev)
		}
	}

	error = request_irq(IRQ_KEYPAD, pxakbd_irq_handler, SA_INTERRUPT,
	error = request_irq(IRQ_KEYPAD, pxakbd_irq_handler, IRQF_DISABLED,
			    DRIVER_NAME, pdev);
	if (error) {
		printk(KERN_ERR "Cannot request keypad IRQ\n");