Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 93285
b: refs/heads/master
c: 4208978
h: refs/heads/master
i:
  93283: 83c13fd
v: v3
  • Loading branch information
Savin Zlobec authored and Greg Kroah-Hartman committed Apr 25, 2008
1 parent 1fd094c commit d541a57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: c765d4cad977f7e454a53d5bca5a942156b2d94c
refs/heads/master: 4208978ec4f0d6001facf95be9defccf1a0bf313
3 changes: 1 addition & 2 deletions trunk/drivers/usb/gadget/serial.c
Original file line number Diff line number Diff line change
Expand Up @@ -2163,8 +2163,7 @@ static void gs_free_ports(struct gs_dev *dev)
port->port_dev = NULL;
wake_up_interruptible(&port->port_write_wait);
if (port->port_tty) {
wake_up_interruptible(&port->port_tty->read_wait);
wake_up_interruptible(&port->port_tty->write_wait);
tty_hangup(port->port_tty);
}
spin_unlock_irqrestore(&port->port_lock, flags);
} else {
Expand Down

0 comments on commit d541a57

Please sign in to comment.