[PATCH] irq-flags: serial: 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> Cc: Russell King <rmk@arm.linux.org.uk> 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
1d6f359a2e
commit
40663cc7f1
@@ -1596,7 +1596,7 @@ static void mcfrs_irqinit(struct mcf_serial *info)
|
||||
/* Clear mask, so no surprise interrupts. */
|
||||
uartp[MCFUART_UIMR] = 0;
|
||||
|
||||
if (request_irq(info->irq, mcfrs_interrupt, SA_INTERRUPT,
|
||||
if (request_irq(info->irq, mcfrs_interrupt, IRQF_DISABLED,
|
||||
"ColdFire UART", NULL)) {
|
||||
printk("MCFRS: Unable to attach ColdFire UART %d interrupt "
|
||||
"vector=%d\n", info->line, info->irq);
|
||||
|
Reference in New Issue
Block a user