Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 236455
b: refs/heads/master
c: 56d1763
h: refs/heads/master
i:
  236453: b51f2a9
  236451: c73d1ef
  236447: 50f08e0
v: v3
  • Loading branch information
Ilia Mirkin authored and Greg Kroah-Hartman committed Mar 14, 2011
1 parent fb10cfc commit e81a090
Show file tree
Hide file tree
Showing 2 changed files with 3 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: b00917802bda6eba09125e8b4d273339188f9bad
refs/heads/master: 56d17639703b4683e3e9be36dff7c6d811f4cbf5
6 changes: 2 additions & 4 deletions trunk/drivers/staging/go7007/go7007-usb.c
Original file line number Diff line number Diff line change
Expand Up @@ -1247,15 +1247,13 @@ static void go7007_usb_disconnect(struct usb_interface *intf)
vurb = usb->video_urbs[i];
if (vurb) {
usb_kill_urb(vurb);
if (vurb->transfer_buffer)
kfree(vurb->transfer_buffer);
kfree(vurb->transfer_buffer);
usb_free_urb(vurb);
}
aurb = usb->audio_urbs[i];
if (aurb) {
usb_kill_urb(aurb);
if (aurb->transfer_buffer)
kfree(aurb->transfer_buffer);
kfree(aurb->transfer_buffer);
usb_free_urb(aurb);
}
}
Expand Down

0 comments on commit e81a090

Please sign in to comment.