Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 41298
b: refs/heads/master
c: 9a25f44
h: refs/heads/master
v: v3
  • Loading branch information
Mariusz Kozlowski authored and Greg Kroah-Hartman committed Dec 1, 2006
1 parent f41bd62 commit 48db673
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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: c69694b779714b751a326d1b886087322001e86f
refs/heads/master: 9a25f44f91b621f49b459687ae49d4fed4423d0e
4 changes: 1 addition & 3 deletions trunk/drivers/usb/serial/io_edgeport.c
Original file line number Diff line number Diff line change
Expand Up @@ -1038,9 +1038,7 @@ static void edge_close (struct usb_serial_port *port, struct file * filp)
edge_port->open = FALSE;
edge_port->openPending = FALSE;

if (edge_port->write_urb) {
usb_kill_urb(edge_port->write_urb);
}
usb_kill_urb(edge_port->write_urb);

if (edge_port->write_urb) {
/* if this urb had a transfer buffer already (old transfer) free it */
Expand Down

0 comments on commit 48db673

Please sign in to comment.