Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 364334
b: refs/heads/master
c: ae8d487
h: refs/heads/master
v: v3
  • Loading branch information
Syam Sidhardhan authored and Greg Kroah-Hartman committed Mar 15, 2013
1 parent 3418bd6 commit a2daac0
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: dad3cab3e063110b3ae3dc82a00e7aacd09b91ec
refs/heads/master: ae8d4879667949fb49f0862b11ba680f671b2185
3 changes: 1 addition & 2 deletions trunk/drivers/usb/serial/mos7840.c
Original file line number Diff line number Diff line change
Expand Up @@ -1252,8 +1252,7 @@ static void mos7840_close(struct usb_serial_port *port)

if (mos7840_port->write_urb) {
/* if this urb had a transfer buffer already (old tx) free it */
if (mos7840_port->write_urb->transfer_buffer != NULL)
kfree(mos7840_port->write_urb->transfer_buffer);
kfree(mos7840_port->write_urb->transfer_buffer);
usb_free_urb(mos7840_port->write_urb);
}

Expand Down

0 comments on commit a2daac0

Please sign in to comment.