Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 354807
b: refs/heads/master
c: 9ef20d5
h: refs/heads/master
i:
  354805: 9334b46
  354803: 1ed7ef7
  354799: 385665d
v: v3
  • Loading branch information
Cong Ding authored and Greg Kroah-Hartman committed Jan 18, 2013
1 parent e41e008 commit a902332
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5fe2123647c15089c3a905137bea87b16973c896
refs/heads/master: 9ef20d52e0cd0d6ab78cab13563b16496bdc6995
2 changes: 1 addition & 1 deletion trunk/drivers/tty/serial/68328serial.c
Original file line number Diff line number Diff line change
Expand Up @@ -1002,7 +1002,7 @@ static void rs_close(struct tty_struct *tty, struct file * filp)
m68328_uart *uart = &uart_addr[info->line];
unsigned long flags;

if (!info || serial_paranoia_check(info, tty->name, "rs_close"))
if (serial_paranoia_check(info, tty->name, "rs_close"))
return;

local_irq_save(flags);
Expand Down

0 comments on commit a902332

Please sign in to comment.