Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 364663
b: refs/heads/master
c: a995d9e
h: refs/heads/master
i:
  364661: aad313c
  364659: c905e48
  364655: 77ea515
v: v3
  • Loading branch information
Felipe Balbi committed Mar 18, 2013
1 parent 6a56263 commit 4db238d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 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: e1f07ced2a27a7068786beaf23e0ac9fda6d8ca6
refs/heads/master: a995d9e2a50b30907814f178eeaa1f632a66c0cb
12 changes: 0 additions & 12 deletions trunk/drivers/usb/gadget/bcm63xx_udc.c
Original file line number Diff line number Diff line change
Expand Up @@ -2303,17 +2303,6 @@ static void bcm63xx_udc_cleanup_debugfs(struct bcm63xx_udc *udc)
* Driver init/exit
***********************************************************************/

/**
* bcm63xx_udc_gadget_release - Called from device_release().
* @dev: Unused.
*
* We get a warning if this function doesn't exist, but it's empty because
* we don't have to free any of the memory allocated with the devm_* APIs.
*/
static void bcm63xx_udc_gadget_release(struct device *dev)
{
}

/**
* bcm63xx_udc_probe - Initialize a new instance of the UDC.
* @pdev: Platform device struct from the bcm63xx BSP code.
Expand Down Expand Up @@ -2369,7 +2358,6 @@ static int bcm63xx_udc_probe(struct platform_device *pdev)

udc->gadget.ops = &bcm63xx_udc_ops;
udc->gadget.name = dev_name(dev);
udc->gadget.dev.release = bcm63xx_udc_gadget_release;

if (!pd->use_fullspeed && !use_fullspeed)
udc->gadget.max_speed = USB_SPEED_HIGH;
Expand Down

0 comments on commit 4db238d

Please sign in to comment.