Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 354835
b: refs/heads/master
c: e8c5b56
h: refs/heads/master
i:
  354833: f5fd950
  354831: 3577fa7
v: v3
  • Loading branch information
Liang Li authored and Greg Kroah-Hartman committed Jan 25, 2013
1 parent 50e6bdd commit 85334e4
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: 58f82be334ede87aa6ff6fa1afdb05552be907be
refs/heads/master: e8c5b56fdca7bb3006914f0bf7d09b4d64254172
2 changes: 2 additions & 0 deletions trunk/drivers/tty/serial/pch_uart.c
Original file line number Diff line number Diff line change
Expand Up @@ -569,10 +569,12 @@ static int pch_uart_hal_read(struct eg20t_port *priv, unsigned char *buf,
if (uart_handle_break(port))
continue;
}
#ifdef SUPPORT_SYSRQ
if (port->sysrq) {
if (uart_handle_sysrq_char(port, rbr))
continue;
}
#endif

buf[i++] = rbr;
}
Expand Down

0 comments on commit 85334e4

Please sign in to comment.