Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 338695
b: refs/heads/master
c: 70f9bf6
h: refs/heads/master
i:
  338693: f73dc78
  338691: 90f3a8d
  338687: 4410a75
v: v3
  • Loading branch information
Johan Hovold authored and Greg Kroah-Hartman committed Nov 21, 2012
1 parent 2d3d639 commit 82776ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: a0a5fd92a4d62506cb5c6fa64fb25653dda2cf09
refs/heads/master: 70f9bf65a4413cb3c7405b2078efb8b27acc7222
2 changes: 1 addition & 1 deletion trunk/drivers/usb/serial/opticon.c
Original file line number Diff line number Diff line change
Expand Up @@ -523,13 +523,13 @@ static void opticon_disconnect(struct usb_serial *serial)
struct opticon_private *priv = usb_get_serial_data(serial);

usb_kill_urb(priv->bulk_read_urb);
usb_free_urb(priv->bulk_read_urb);
}

static void opticon_release(struct usb_serial *serial)
{
struct opticon_private *priv = usb_get_serial_data(serial);

usb_free_urb(priv->bulk_read_urb);
kfree(priv->bulk_in_buffer);
kfree(priv);
}
Expand Down

0 comments on commit 82776ba

Please sign in to comment.