Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 364642
b: refs/heads/master
c: 6a60912
h: refs/heads/master
v: v3
  • Loading branch information
Felipe Balbi committed Mar 18, 2013
1 parent ee21aec commit 2bef8aa
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: a1827ef6ac81072e9f2894d0db8cfa956d1b2a8d
refs/heads/master: 6a609129c2e4da76bc3607671d33d660faf52590
2 changes: 0 additions & 2 deletions trunk/drivers/usb/gadget/fusb300_udc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1313,7 +1313,6 @@ static int fusb300_udc_start(struct usb_gadget *g,
/* hook up the driver */
driver->driver.bus = NULL;
fusb300->driver = driver;
fusb300->gadget.dev.driver = &driver->driver;

return 0;
}
Expand All @@ -1324,7 +1323,6 @@ static int fusb300_udc_stop(struct usb_gadget *g,
struct fusb300 *fusb300 = to_fusb300(g);

driver->unbind(&fusb300->gadget);
fusb300->gadget.dev.driver = NULL;

init_controller(fusb300);
fusb300->driver = NULL;
Expand Down

0 comments on commit 2bef8aa

Please sign in to comment.