Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 364654
b: refs/heads/master
c: 0280f4d
h: refs/heads/master
v: v3
  • Loading branch information
Felipe Balbi committed Mar 18, 2013
1 parent 7c113e1 commit 2a29cc3
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: 83a9adc9d815d12797df45a30c0f391c07c762bd
refs/heads/master: 0280f4d99a1e9ff2883a3df20ad2c995110ed011
2 changes: 0 additions & 2 deletions trunk/drivers/usb/gadget/pxa27x_udc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1809,7 +1809,6 @@ static int pxa27x_udc_start(struct usb_gadget *g,

/* first hook up the driver ... */
udc->driver = driver;
udc->gadget.dev.driver = &driver->driver;
dplus_pullup(udc, 1);

if (!IS_ERR_OR_NULL(udc->transceiver)) {
Expand All @@ -1827,7 +1826,6 @@ static int pxa27x_udc_start(struct usb_gadget *g,

fail:
udc->driver = NULL;
udc->gadget.dev.driver = NULL;
return retval;
}

Expand Down

0 comments on commit 2a29cc3

Please sign in to comment.