Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 325913
b: refs/heads/master
c: 40bfef0
h: refs/heads/master
i:
  325911: 181cf50
v: v3
  • Loading branch information
Sebastian Andrzej Siewior authored and Felipe Balbi committed Sep 10, 2012
1 parent 34f38b0 commit b6f01e8
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 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: e13f17ff8854e04cfc6b9f981a974f55d8da9b92
refs/heads/master: 40bfef0535e8a10486c9d81fd2f55e3b9dc71db6
1 change: 0 additions & 1 deletion trunk/drivers/usb/gadget/composite.c
Original file line number Diff line number Diff line change
Expand Up @@ -1449,7 +1449,6 @@ static int composite_bind(struct usb_gadget *gadget,
cdev->req->complete = composite_setup_complete;
gadget->ep0->driver_data = cdev;

cdev->bufsiz = USB_COMP_EP0_BUFSIZ;
cdev->driver = composite;

/*
Expand Down
2 changes: 0 additions & 2 deletions trunk/include/linux/usb/composite.h
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,6 @@ extern void usb_composite_setup_continue(struct usb_composite_dev *cdev);
* struct usb_composite_device - represents one composite usb gadget
* @gadget: read-only, abstracts the gadget's usb peripheral controller
* @req: used for control responses; buffer is pre-allocated
* @bufsiz: size of buffer pre-allocated in @req
* @config: the currently active configuration
*
* One of these devices is allocated and initialized before the
Expand Down Expand Up @@ -349,7 +348,6 @@ extern void usb_composite_setup_continue(struct usb_composite_dev *cdev);
struct usb_composite_dev {
struct usb_gadget *gadget;
struct usb_request *req;
unsigned bufsiz;

struct usb_configuration *config;

Expand Down

0 comments on commit b6f01e8

Please sign in to comment.