Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 38222
b: refs/heads/master
c: d8d64d6
h: refs/heads/master
v: v3
  • Loading branch information
Simon Tatham authored and Russell King committed Oct 1, 2006
1 parent 413b8f6 commit 53143f0
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: e480af09c49736848f749a43dff2c902104f6691
refs/heads/master: d8d64d6b29d331f1217c77999f5104fe68b0ef3a
2 changes: 1 addition & 1 deletion trunk/include/linux/serial_core.h
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ uart_handle_sysrq_char(struct uart_port *port, unsigned int ch,
#ifdef SUPPORT_SYSRQ
if (port->sysrq) {
if (ch && time_before(jiffies, port->sysrq)) {
handle_sysrq(ch, regs, NULL);
handle_sysrq(ch, regs, port->info->tty);
port->sysrq = 0;
return 1;
}
Expand Down

0 comments on commit 53143f0

Please sign in to comment.