Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 163835
b: refs/heads/master
c: d2b3918
h: refs/heads/master
i:
  163833: 6c5ab92
  163831: bc9ce88
v: v3
  • Loading branch information
Alan Cox authored and Live-CD User committed Sep 19, 2009
1 parent 49fd28d commit dcb2a91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 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: 9b80fee149a875a6292b2556ab2c64dc7ab7d6f5
refs/heads/master: d2b391822a11302add9e46476f3da4e18e6de84c
5 changes: 1 addition & 4 deletions trunk/drivers/usb/serial/usb-serial.c
Original file line number Diff line number Diff line change
Expand Up @@ -1161,10 +1161,7 @@ void usb_serial_disconnect(struct usb_interface *interface)
if (port) {
struct tty_struct *tty = tty_port_tty_get(&port->port);
if (tty) {
/* The hangup will occur asynchronously but
the object refcounts will sort out all the
cleanup */
tty_hangup(tty);
tty_vhangup(tty);
tty_kref_put(tty);
}
kill_traffic(port);
Expand Down

0 comments on commit dcb2a91

Please sign in to comment.