Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 348674
b: refs/heads/master
c: 5dbd693
h: refs/heads/master
v: v3
  • Loading branch information
Wei Yongjun authored and Felipe Balbi committed Dec 13, 2012
1 parent 4a4720a commit d7bc4ac
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: 25e14c1fcce5c66b0d2d5e35fad35d044dc320ae
refs/heads/master: 5dbd693576726bd7d3228ee614060e0817305dde
3 changes: 2 additions & 1 deletion trunk/drivers/usb/gadget/tcm_usb_gadget.c
Original file line number Diff line number Diff line change
Expand Up @@ -1794,9 +1794,10 @@ static int tcm_usbg_drop_nexus(struct usbg_tpg *tpg)
tpg->tpg_nexus = NULL;

kfree(tv_nexus);
ret = 0;
out:
mutex_unlock(&tpg->tpg_mutex);
return 0;
return ret;
}

static ssize_t tcm_usbg_tpg_store_nexus(
Expand Down

0 comments on commit d7bc4ac

Please sign in to comment.