Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 364652
b: refs/heads/master
c: 37e337e
h: refs/heads/master
v: v3
  • Loading branch information
Felipe Balbi committed Mar 18, 2013
1 parent 4513970 commit 8a61d76
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: f6511d153eff9cd16e44ab54faa63149e2ddef75
refs/heads/master: 37e337e1d3e20b101d6f3a6b55e7c7118a6d99a0
2 changes: 0 additions & 2 deletions trunk/drivers/usb/gadget/pch_udc.c
Original file line number Diff line number Diff line change
Expand Up @@ -2988,7 +2988,6 @@ static int pch_udc_start(struct usb_gadget *g,

driver->driver.bus = NULL;
dev->driver = driver;
dev->gadget.dev.driver = &driver->driver;

/* get ready for ep0 traffic */
pch_udc_setup_ep0(dev);
Expand All @@ -3009,7 +3008,6 @@ static int pch_udc_stop(struct usb_gadget *g,
pch_udc_disable_interrupts(dev, UDC_DEVINT_MSK);

/* Assures that there are no pending requests with this driver */
dev->gadget.dev.driver = NULL;
dev->driver = NULL;
dev->connected = 0;

Expand Down

0 comments on commit 8a61d76

Please sign in to comment.