Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 364274
b: refs/heads/master
c: 7bbe08d
h: refs/heads/master
v: v3
  • Loading branch information
Jiri Slaby authored and Greg Kroah-Hartman committed Mar 19, 2013
1 parent 482b904 commit 5d5b9e8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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: e7f3880cd9b98c5bf9391ae7acdec82b75403776
refs/heads/master: 7bbe08d6b89fce09ae4e6a7ce62ccd3c279a31ce
2 changes: 1 addition & 1 deletion trunk/drivers/tty/serial/sunsab.c
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ receive_chars(struct uart_sunsab_port *up,
flag = TTY_FRAME;
}

if (uart_handle_sysrq_char(&up->port, ch))
if (uart_handle_sysrq_char(&up->port, ch) || !port)
continue;

if ((stat->sreg.isr0 & (up->port.ignore_status_mask & 0xff)) == 0 &&
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/tty/serial/sunzilog.c
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ sunzilog_receive_chars(struct uart_sunzilog_port *up,
else if (r1 & CRC_ERR)
flag = TTY_FRAME;
}
if (uart_handle_sysrq_char(&up->port, ch))
if (uart_handle_sysrq_char(&up->port, ch) || !port)
continue;

if (up->port.ignore_status_mask == 0xff ||
Expand Down

0 comments on commit 5d5b9e8

Please sign in to comment.