Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 3716
b: refs/heads/master
c: 822e14a
h: refs/heads/master
v: v3
  • Loading branch information
David Brownell authored and Greg Kroah-Hartman committed Jun 27, 2005
1 parent d53326d commit ad30e96
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e3bc8b4e00d0ce219165d469409f2770698574f6
refs/heads/master: 822e14ac222d1dad3f5393b75603f0455aebbefc
2 changes: 2 additions & 0 deletions trunk/drivers/usb/gadget/ether.c
Original file line number Diff line number Diff line change
Expand Up @@ -2428,6 +2428,7 @@ eth_bind (struct usb_gadget *gadget)
dev->req->complete = eth_setup_complete;

/* ... and maybe likewise for status transfer */
#ifdef DEV_CONFIG_CDC
if (dev->status_ep) {
dev->stat_req = eth_req_alloc (dev->status_ep,
STATUS_BYTECOUNT, GFP_KERNEL);
Expand All @@ -2437,6 +2438,7 @@ eth_bind (struct usb_gadget *gadget)
}
dev->stat_req->context = NULL;
}
#endif

/* finish hookup to lower layer ... */
dev->gadget = gadget;
Expand Down

0 comments on commit ad30e96

Please sign in to comment.