Skip to content

Commit

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

/*
* then enable host detection and ep0; and we're ready
Expand Down Expand Up @@ -1391,7 +1390,6 @@ static int goku_udc_stop(struct usb_gadget *g,
dev->driver = NULL;
stop_activity(dev, driver);
spin_unlock_irqrestore(&dev->lock, flags);
dev->gadget.dev.driver = NULL;

return 0;
}
Expand Down

0 comments on commit f1bfbbe

Please sign in to comment.