Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 364679
b: refs/heads/master
c: 3920193
h: refs/heads/master
i:
  364677: 88fc3e7
  364675: 5d81c4a
  364671: fca8e84
v: v3
  • Loading branch information
Felipe Balbi committed Mar 18, 2013
1 parent 3d1e72b commit 0ee75c9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 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: 07d83168278a73647e3a30fc33e274708418c52b
refs/heads/master: 3920193d8e71d1f7e0d077aa71624b64fa3499ac
6 changes: 0 additions & 6 deletions trunk/drivers/usb/renesas_usbhs/mod_gadget.c
Original file line number Diff line number Diff line change
Expand Up @@ -923,11 +923,6 @@ static int usbhsg_stop(struct usbhs_priv *priv)
return usbhsg_try_stop(priv, USBHSG_STATUS_STARTED);
}

static void usbhs_mod_gadget_release(struct device *pdev)
{
/* do nothing */
}

int usbhs_mod_gadget_probe(struct usbhs_priv *priv)
{
struct usbhsg_gpriv *gpriv;
Expand Down Expand Up @@ -975,7 +970,6 @@ int usbhs_mod_gadget_probe(struct usbhs_priv *priv)
* init gadget
*/
gpriv->gadget.dev.parent = dev;
gpriv->gadget.dev.release = usbhs_mod_gadget_release;
gpriv->gadget.name = "renesas_usbhs_udc";
gpriv->gadget.ops = &usbhsg_gadget_ops;
gpriv->gadget.max_speed = USB_SPEED_HIGH;
Expand Down

0 comments on commit 0ee75c9

Please sign in to comment.