Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 364639
b: refs/heads/master
c: 42c82fb
h: refs/heads/master
i:
  364637: 0234651
  364635: 18ea377
  364631: 632e61b
  364623: a1095aa
  364607: 3a6fc88
v: v3
  • Loading branch information
Felipe Balbi committed Mar 18, 2013
1 parent 1bf35fc commit 8c6eb78
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: 155149e6724435eff47e0c6427b271b23815b40e
refs/heads/master: 42c82fb4d1658bb9630f6248178f79d8854c5bfd
2 changes: 0 additions & 2 deletions trunk/drivers/usb/gadget/dummy_hcd.c
Original file line number Diff line number Diff line change
Expand Up @@ -912,7 +912,6 @@ static int dummy_udc_start(struct usb_gadget *g,
dum->devstatus = 0;

dum->driver = driver;
dum->gadget.dev.driver = &driver->driver;
dev_dbg(udc_dev(dum), "binding gadget driver '%s'\n",
driver->driver.name);
return 0;
Expand All @@ -927,7 +926,6 @@ static int dummy_udc_stop(struct usb_gadget *g,
dev_dbg(udc_dev(dum), "unregister gadget driver '%s'\n",
driver->driver.name);

dum->gadget.dev.driver = NULL;
dum->driver = NULL;

return 0;
Expand Down

0 comments on commit 8c6eb78

Please sign in to comment.