Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 364671
b: refs/heads/master
c: e861c76
h: refs/heads/master
i:
  364669: 48e3bb1
  364667: 85f37f3
  364663: 4db238d
  364655: 77ea515
  364639: 8c6eb78
  364607: 3a6fc88
  364543: 0e4ad2a
v: v3
  • Loading branch information
Felipe Balbi committed Mar 18, 2013
1 parent 1cdc90c commit fca8e84
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 7c9c3c7e1855e28d35c8d70607e68690def85fed
refs/heads/master: e861c768e57fd74ff947eadcf8ff86c01ba170d6
4 changes: 2 additions & 2 deletions trunk/drivers/usb/gadget/mv_udc_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -2265,7 +2265,6 @@ static int mv_udc_probe(struct platform_device *pdev)
udc->gadget.max_speed = USB_SPEED_HIGH; /* support dual speed */

/* the "gadget" abstracts/virtualizes the controller */
udc->gadget.dev.release = gadget_release;
udc->gadget.name = driver_name; /* gadget name */

eps_init(udc);
Expand Down Expand Up @@ -2305,7 +2304,8 @@ static int mv_udc_probe(struct platform_device *pdev)
else
udc->vbus_active = 1;

retval = usb_add_gadget_udc(&pdev->dev, &udc->gadget);
retval = usb_add_gadget_udc_release(&pdev->dev, &udc->gadget,
gadget_release);
if (retval)
goto err_create_workqueue;

Expand Down

0 comments on commit fca8e84

Please sign in to comment.