Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 21469
b: refs/heads/master
c: 135066a
h: refs/heads/master
i:
  21467: d301fd6
v: v3
  • Loading branch information
David S. Miller committed Mar 20, 2006
1 parent af68c89 commit 3afd628
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e7a0453ef82c1433a35ab82d874296fff68f3639
refs/heads/master: 135066a21129760e44a51a7ef31d8c861f8ddace
2 changes: 2 additions & 0 deletions trunk/drivers/serial/sunhv.c
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ static struct tty_struct *receive_chars(struct uart_port *port, struct pt_regs *
break;

if (c == CON_BREAK) {
if (uart_handle_break(port))
continue;
saw_console_brk = 1;
c = 0;
}
Expand Down

0 comments on commit 3afd628

Please sign in to comment.