mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 06:31:49 +00:00
m68knommu: use IRQF_DISABLE in m68328serial.c
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> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
dad263b84e
commit
7c74806bc9
@ -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");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user