Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 364655
b: refs/heads/master
c: 430e958
h: refs/heads/master
i:
  364653: 7c113e1
  364651: 4513970
  364647: 33a59f5
  364639: 8c6eb78
v: v3
  • Loading branch information
Felipe Balbi committed Mar 18, 2013
1 parent 2a29cc3 commit 77ea515
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 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: 0280f4d99a1e9ff2883a3df20ad2c995110ed011
refs/heads/master: 430e958e1d732b1d27d9ba31cdf79e5656b1a41b
3 changes: 0 additions & 3 deletions trunk/drivers/usb/gadget/s3c-hsotg.c
Original file line number Diff line number Diff line change
Expand Up @@ -2925,7 +2925,6 @@ static int s3c_hsotg_udc_start(struct usb_gadget *gadget,

driver->driver.bus = NULL;
hsotg->driver = driver;
hsotg->gadget.dev.driver = &driver->driver;
hsotg->gadget.dev.of_node = hsotg->dev->of_node;
hsotg->gadget.speed = USB_SPEED_UNKNOWN;

Expand All @@ -2942,7 +2941,6 @@ static int s3c_hsotg_udc_start(struct usb_gadget *gadget,

err:
hsotg->driver = NULL;
hsotg->gadget.dev.driver = NULL;
return ret;
}

Expand Down Expand Up @@ -2977,7 +2975,6 @@ static int s3c_hsotg_udc_stop(struct usb_gadget *gadget,

hsotg->driver = NULL;
hsotg->gadget.speed = USB_SPEED_UNKNOWN;
hsotg->gadget.dev.driver = NULL;

spin_unlock_irqrestore(&hsotg->lock, flags);

Expand Down

0 comments on commit 77ea515

Please sign in to comment.