aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'drivers')
-rw-r--r--drivers/serial/68328serial.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/serial/68328serial.c b/drivers/serial/68328serial.c
index aad4012bbb30..0d99120ab5a2 100644
--- a/drivers/serial/68328serial.c
+++ b/drivers/serial/68328serial.c
@@ -1410,7 +1410,7 @@ rs68328_init(void)
1410 1410
1411 if (request_irq(uart_irqs[i], 1411 if (request_irq(uart_irqs[i],
1412 rs_interrupt, 1412 rs_interrupt,
1413 IRQ_FLG_STD, 1413 IRQF_DISABLED,
1414 "M68328_UART", NULL)) 1414 "M68328_UART", NULL))
1415 panic("Unable to attach 68328 serial interrupt\n"); 1415 panic("Unable to attach 68328 serial interrupt\n");
1416 } 1416 }