Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 280941
b: refs/heads/master
c: 1b41c83
h: refs/heads/master
i:
  280939: f54660a
v: v3
  • Loading branch information
Sarah Sharp authored and Greg Kroah-Hartman committed Dec 22, 2011
1 parent 5891a9e commit bcba2bb
Show file tree
Hide file tree
Showing 2 changed files with 3 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: ee0db58ade2c60342a7d648f375d0a4107c39527
refs/heads/master: 1b41c8321e495337e877ca02d0b9680bc4112eff
3 changes: 2 additions & 1 deletion trunk/drivers/usb/core/devio.c
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,8 @@ static struct async *alloc_async(unsigned int numisoframes)
static void free_async(struct async *as)
{
put_pid(as->pid);
put_cred(as->cred);
if (as->cred)
put_cred(as->cred);
kfree(as->urb->transfer_buffer);
kfree(as->urb->setup_packet);
usb_free_urb(as->urb);
Expand Down

0 comments on commit bcba2bb

Please sign in to comment.