aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/68328serial.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/tty/serial/68328serial.c')
-rw-r--r--drivers/tty/serial/68328serial.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/tty/serial/68328serial.c b/drivers/tty/serial/68328serial.c
index f54923186969..a88ef9782a4f 100644
--- a/drivers/tty/serial/68328serial.c
+++ b/drivers/tty/serial/68328serial.c
@@ -1306,7 +1306,7 @@ rs68328_init(void)
1306 1306
1307 if (request_irq(uart_irqs[i], 1307 if (request_irq(uart_irqs[i],
1308 rs_interrupt, 1308 rs_interrupt,
1309 IRQF_DISABLED, 1309 0,
1310 "M68328_UART", info)) 1310 "M68328_UART", info))
1311 panic("Unable to attach 68328 serial interrupt\n"); 1311 panic("Unable to attach 68328 serial interrupt\n");
1312 } 1312 }