Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 151387
b: refs/heads/master
c: 568d422
h: refs/heads/master
i:
  151385: c5d0669
  151383: f35134b
v: v3
  • Loading branch information
Jason Wessel authored and Greg Kroah-Hartman committed Jun 16, 2009
1 parent 471a746 commit 2a0a1b5
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: 430eb0d27c1b36c5191c16b2472b26137673a8d4
refs/heads/master: 568d422e9cf52b7b26d2e026ae1617971f62b560
2 changes: 1 addition & 1 deletion trunk/drivers/usb/serial/generic.c
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@ void usb_serial_generic_unthrottle(struct tty_struct *tty)

int usb_serial_handle_sysrq_char(struct usb_serial_port *port, unsigned int ch)
{
if (port->sysrq) {
if (port->sysrq && port->console) {
if (ch && time_before(jiffies, port->sysrq)) {
handle_sysrq(ch, tty_port_tty_get(&port->port));
port->sysrq = 0;
Expand Down

0 comments on commit 2a0a1b5

Please sign in to comment.