Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 4620
b: refs/heads/master
c: 05f3340
h: refs/heads/master
v: v3
  • Loading branch information
Ian Campbell authored and Greg Kroah-Hartman committed Jul 12, 2005
1 parent 577dc1d commit f324415
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: b9df978f1974fea373741367b5d79a2ed3b7dcf9
refs/heads/master: 05f33400307cfe9d89dbeca659731b9055fefbf8
2 changes: 1 addition & 1 deletion trunk/drivers/usb/gadget/ether.c
Original file line number Diff line number Diff line change
Expand Up @@ -2428,7 +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 defined(DEV_CONFIG_CDC) || defined(CONFIG_USB_ETH_RNDIS)
if (dev->status_ep) {
dev->stat_req = eth_req_alloc (dev->status_ep,
STATUS_BYTECOUNT, GFP_KERNEL);
Expand Down

0 comments on commit f324415

Please sign in to comment.