Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 235351
b: refs/heads/master
c: 2edb11c
h: refs/heads/master
i:
  235349: 6f148c5
  235347: be53da7
  235343: 1ea15a2
v: v3
  • Loading branch information
Maulik Mankad authored and Greg Kroah-Hartman committed Feb 25, 2011
1 parent 764283e commit f2f74aa
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: 3b29b68b1627781b5eecb581d3b9d5f0043a72f2
refs/heads/master: 2edb11cbac95231f66f1239b3ca26bdc0967183a
2 changes: 1 addition & 1 deletion trunk/drivers/usb/gadget/composite.c
Original file line number Diff line number Diff line change
Expand Up @@ -813,7 +813,7 @@ composite_setup(struct usb_gadget *gadget, const struct usb_ctrlrequest *ctrl)
*/
req->zero = 0;
req->complete = composite_setup_complete;
req->length = USB_BUFSIZ;
req->length = 0;
gadget->ep0->driver_data = cdev;

switch (ctrl->bRequest) {
Expand Down

0 comments on commit f2f74aa

Please sign in to comment.