Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 364647
b: refs/heads/master
c: 900b581
h: refs/heads/master
i:
  364645: 4e7cb3f
  364643: f1bfbbe
  364639: 8c6eb78
v: v3
  • Loading branch information
Felipe Balbi committed Mar 18, 2013
1 parent 686c6d9 commit 33a59f5
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: e3ee46f291875a18afe9debeeb676483953e22e7
refs/heads/master: 900b5817d874dd894ca05b2cd8df8acd63dfd64e
2 changes: 0 additions & 2 deletions trunk/drivers/usb/gadget/mv_u3d_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -1264,7 +1264,6 @@ static int mv_u3d_start(struct usb_gadget *g,
/* hook up the driver ... */
driver->driver.bus = NULL;
u3d->driver = driver;
u3d->gadget.dev.driver = &driver->driver;

u3d->ep0_dir = USB_DIR_OUT;

Expand Down Expand Up @@ -1302,7 +1301,6 @@ static int mv_u3d_stop(struct usb_gadget *g,

spin_unlock_irqrestore(&u3d->lock, flags);

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

return 0;
Expand Down

0 comments on commit 33a59f5

Please sign in to comment.