Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 364675
b: refs/heads/master
c: ef98f74
h: refs/heads/master
i:
  364673: 151e793
  364671: fca8e84
v: v3
  • Loading branch information
Felipe Balbi committed Mar 18, 2013
1 parent 6d9fd6c commit 5d81c4a
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: 2fb29f215cc8f23eedabcc289cd4b5280a054aad
refs/heads/master: ef98f7465fe28a39800b07e14b1e4a43906bd77b
4 changes: 2 additions & 2 deletions trunk/drivers/usb/gadget/pch_udc.c
Original file line number Diff line number Diff line change
Expand Up @@ -3191,13 +3191,13 @@ static int pch_udc_probe(struct pci_dev *pdev,
if (retval)
goto finished;

dev->gadget.dev.release = gadget_release;
dev->gadget.name = KBUILD_MODNAME;
dev->gadget.max_speed = USB_SPEED_HIGH;

/* Put the device in disconnected state till a driver is bound */
pch_udc_set_disconnect(dev);
retval = usb_add_gadget_udc(&pdev->dev, &dev->gadget);
retval = usb_add_gadget_udc_release(&pdev->dev, &dev->gadget,
gadget_release);
if (retval)
goto finished;
return 0;
Expand Down

0 comments on commit 5d81c4a

Please sign in to comment.