aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'drivers')
-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 641a5a4d73d9..49399470794d 100644
--- a/drivers/tty/serial/68328serial.c
+++ b/drivers/tty/serial/68328serial.c
@@ -1002,7 +1002,7 @@ static void rs_close(struct tty_struct *tty, struct file * filp)
1002 m68328_uart *uart = &uart_addr[info->line]; 1002 m68328_uart *uart = &uart_addr[info->line];
1003 unsigned long flags; 1003 unsigned long flags;
1004 1004
1005 if (!info || serial_paranoia_check(info, tty->name, "rs_close")) 1005 if (serial_paranoia_check(info, tty->name, "rs_close"))
1006 return; 1006 return;
1007 1007
1008 local_irq_save(flags); 1008 local_irq_save(flags);