Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 19105
b: refs/heads/master
c: 27ae7a7
h: refs/heads/master
i:
  19103: 7f8b7bb
v: v3
  • Loading branch information
Russell King authored and Russell King committed Jan 21, 2006
1 parent 58cbc27 commit b867863
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: 747c8a55946ed037bf7d62454c3c599c02af2262
refs/heads/master: 27ae7a7435634820e7f7e2b922d8119f79cfc6e4
2 changes: 1 addition & 1 deletion trunk/include/linux/serial_core.h
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ static inline int uart_handle_break(struct uart_port *port)
port->sysrq = 0;
}
#endif
if (info->flags & UPF_SAK)
if (port->flags & UPF_SAK)
do_SAK(info->tty);
return 0;
}
Expand Down

0 comments on commit b867863

Please sign in to comment.