Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 364638
b: refs/heads/master
c: 155149e
h: refs/heads/master
v: v3
  • Loading branch information
Felipe Balbi committed Mar 18, 2013
1 parent 0234651 commit 1bf35fc
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: 1503a33932732dfbd880b905993e4122a7b53f53
refs/heads/master: 155149e6724435eff47e0c6427b271b23815b40e
2 changes: 0 additions & 2 deletions trunk/drivers/usb/gadget/bcm63xx_udc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1819,7 +1819,6 @@ static int bcm63xx_udc_start(struct usb_gadget *gadget,

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

spin_unlock_irqrestore(&udc->lock, flags);
Expand All @@ -1841,7 +1840,6 @@ static int bcm63xx_udc_stop(struct usb_gadget *gadget,
spin_lock_irqsave(&udc->lock, flags);

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

/*
* If we switch the PHY too abruptly after dropping D+, the host
Expand Down

0 comments on commit 1bf35fc

Please sign in to comment.