* [M68KNOMMU]: use IRQF_DISABLE in m68328serial.c
@ 2008-02-01 7:38 Greg Ungerer
0 siblings, 0 replies; only message in thread
From: Greg Ungerer @ 2008-02-01 7:38 UTC (permalink / raw)
To: torvalds; +Cc: gerg, linux-kernel
Use IRQF_DISABLED instead of obsolete IRQ_FLG_STD for request_irq() flags
in m68328serial.c driver.
Signed-off-by: Greg Ungerer <gerg@uclinux.org>
---
diff -Naurp linux-2.6.24/drivers/serial/68328serial.c linux-2.6.24-uc0/drivers/serial/68328serial.c
--- linux-2.6.24/drivers/serial/68328serial.c 2008-01-25 08:58:37.000000000 +1000
+++ linux-2.6.24-uc0/drivers/serial/68328serial.c 2008-01-11 20:34:32.000000000 +1000
@@ -1410,7 +1410,7 @@ rs68328_init(void)
if (request_irq(uart_irqs[i],
rs_interrupt,
- IRQ_FLG_STD,
+ IRQF_DISABLED,
"M68328_UART", NULL))
panic("Unable to attach 68328 serial interrupt\n");
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-02-01 7:43 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-02-01 7:38 [M68KNOMMU]: use IRQF_DISABLE in m68328serial.c Greg Ungerer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®