Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 145094
b: refs/heads/master
c: 8019319
h: refs/heads/master
v: v3
  • Loading branch information
David Woodhouse authored and Linus Torvalds committed May 18, 2009
1 parent 47e0c7a commit 4b30394
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 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: dbf8c11f821b6ff83302c34f2403b4f7231f50ae
refs/heads/master: 80193195f87ebca6d7417516d6edeb3969631c15
9 changes: 1 addition & 8 deletions trunk/drivers/usb/serial/ftdi_sio.c
Original file line number Diff line number Diff line change
Expand Up @@ -1487,14 +1487,7 @@ static int ftdi_sio_port_remove(struct usb_serial_port *port)

remove_sysfs_attrs(port);

/* all open ports are closed at this point
* (by usbserial.c:__serial_close, which calls ftdi_close)
*/

if (priv) {
usb_set_serial_port_data(port, NULL);
kref_put(&priv->kref, ftdi_sio_priv_release);
}
kref_put(&priv->kref, ftdi_sio_priv_release);

return 0;
}
Expand Down

0 comments on commit 4b30394

Please sign in to comment.