Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 264957
b: refs/heads/master
c: 0156cf8
h: refs/heads/master
i:
  264955: a06bef0
v: v3
  • Loading branch information
Sebastian Andrzej Siewior authored and Felipe Balbi committed Sep 9, 2011
1 parent 57b86e6 commit d61a9f0
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: 5a18999ebd880f6fc4264aa5687daad4c4013bce
refs/heads/master: 0156cf8603b86c949d02aa315684b4c677e66638
2 changes: 1 addition & 1 deletion trunk/drivers/usb/dwc3/gadget.c
Original file line number Diff line number Diff line change
Expand Up @@ -1423,7 +1423,7 @@ static void dwc3_process_ep_cmd_complete(struct dwc3_ep *dep,
req = next_request(&dep->req_queued);
dwc3_gadget_giveback(dep, req, -ESHUTDOWN);
}
dep->flags &= DWC3_EP_WILL_SHUTDOWN;
dep->flags &= ~DWC3_EP_WILL_SHUTDOWN;
}
}

Expand Down

0 comments on commit d61a9f0

Please sign in to comment.