Skip to content

Commit

Permalink
[PATCH] USB: gadget/ether fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Campbell <icampbell@arcom.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Ian Campbell authored and Greg Kroah-Hartman committed Jul 12, 2005
1 parent b9df978 commit 05f3340
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 05f3340

Please sign in to comment.