Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 303863
b: refs/heads/master
c: efa015b
h: refs/heads/master
i:
  303861: aec0ca7
  303859: 8b2b612
  303855: 0b9bc59
v: v3
  • Loading branch information
Alexander Shishkin authored and Greg Kroah-Hartman committed May 8, 2012
1 parent 63f3d36 commit f52cb08
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: ab59ac0155ebe16d563b68d63ceb2e2d0747180f
refs/heads/master: efa015bbc410198a192cd3e504ce24104e8c8852
2 changes: 1 addition & 1 deletion trunk/drivers/usb/gadget/ci13xxx_udc.c
Original file line number Diff line number Diff line change
Expand Up @@ -2737,7 +2737,7 @@ static int ci13xxx_stop(struct usb_gadget_driver *driver)
for (i = 0; i < hw_ep_max; i++) {
struct ci13xxx_ep *mEp = &udc->ci13xxx_ep[i];

if (!list_empty(&mEp->ep.ep_list))
if (mEp->num)
list_del_init(&mEp->ep.ep_list);

if (mEp->qh.ptr != NULL)
Expand Down

0 comments on commit f52cb08

Please sign in to comment.