Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 364658
b: refs/heads/master
c: 8707d5a
h: refs/heads/master
v: v3
  • Loading branch information
Felipe Balbi committed Mar 18, 2013
1 parent b7b85fa commit b480a26
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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: bbdb72702e9268cad8136b6bd0d8862eed90535d
refs/heads/master: 8707d5abbd96f7a124647357005511bee8d3ccdd
2 changes: 0 additions & 2 deletions trunk/drivers/usb/renesas_usbhs/mod_gadget.c
Original file line number Diff line number Diff line change
Expand Up @@ -845,7 +845,6 @@ static int usbhsg_gadget_start(struct usb_gadget *gadget,

/* first hook up the driver ... */
gpriv->driver = driver;
gpriv->gadget.dev.driver = &driver->driver;

return usbhsg_try_start(priv, USBHSG_STATUS_REGISTERD);
}
Expand All @@ -861,7 +860,6 @@ static int usbhsg_gadget_stop(struct usb_gadget *gadget,
return -EINVAL;

usbhsg_try_stop(priv, USBHSG_STATUS_REGISTERD);
gpriv->gadget.dev.driver = NULL;
gpriv->driver = NULL;

return 0;
Expand Down

0 comments on commit b480a26

Please sign in to comment.