Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 325955
b: refs/heads/master
c: 35f7569
h: refs/heads/master
i:
  325953: 84c3c38
  325951: 02fd559
v: v3
  • Loading branch information
Felipe Balbi committed Aug 3, 2012
1 parent ea54b05 commit 54eb697
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: 4b345c9a3c7452340fb477868d8db475f05978b1
refs/heads/master: 35f75696649d43aee8031d81783322b0708805b5
3 changes: 1 addition & 2 deletions trunk/drivers/usb/dwc3/ep0.c
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ static int __dwc3_gadget_ep0_queue(struct dwc3_ep *dep,
struct dwc3_request *req)
{
struct dwc3 *dwc = dep->dwc;
int ret = 0;

req->request.actual = 0;
req->request.status = -EINPROGRESS;
Expand Down Expand Up @@ -165,7 +164,7 @@ static int __dwc3_gadget_ep0_queue(struct dwc3_ep *dep,
dev_dbg(dwc->dev, "too early for delayed status\n");
}

return ret;
return 0;
}

int dwc3_gadget_ep0_queue(struct usb_ep *ep, struct usb_request *request,
Expand Down

0 comments on commit 54eb697

Please sign in to comment.