Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 289614
b: refs/heads/master
c: 7b7dd02
h: refs/heads/master
v: v3
  • Loading branch information
Felipe Balbi committed Feb 6, 2012
1 parent 4231ae0 commit 84c2a44
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: 40aa41fba348bc5bd19ff5bcf2b03d67bb01d1ce
refs/heads/master: 7b7dd0253cd50fdc413b4ec199f1f3af08b7ba0d
2 changes: 1 addition & 1 deletion trunk/drivers/usb/dwc3/gadget.c
Original file line number Diff line number Diff line change
Expand Up @@ -943,7 +943,7 @@ static int __dwc3_gadget_ep_queue(struct dwc3_ep *dep, struct dwc3_request *req)
int start_trans;

start_trans = 1;
if (usb_endpoint_xfer_isoc(dep->endpoint.desc) &&
if (usb_endpoint_xfer_isoc(dep->desc) &&
dep->flags & DWC3_EP_BUSY)
start_trans = 0;

Expand Down

0 comments on commit 84c2a44

Please sign in to comment.