[PATCH] irq-flags: misc drivers: Use the new IRQF_ constants
Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Cc: Ingo Molnar <mingo@elte.hu> Cc: "David S. Miller" <davem@davemloft.net> Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
committed by
Linus Torvalds
parent
8076fe32a7
commit
dace145374
@@ -3141,7 +3141,7 @@ int __init cdu31a_init(void)
|
||||
|
||||
if (cdu31a_irq > 0) {
|
||||
if (request_irq
|
||||
(cdu31a_irq, cdu31a_interrupt, SA_INTERRUPT,
|
||||
(cdu31a_irq, cdu31a_interrupt, IRQF_DISABLED,
|
||||
"cdu31a", NULL)) {
|
||||
printk(KERN_WARNING PFX "Unable to grab IRQ%d for "
|
||||
"the CDU31A driver\n", cdu31a_irq);
|
||||
|
Reference in New Issue
Block a user