Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 303823
b: refs/heads/master
c: 5e89134
h: refs/heads/master
i:
  303821: 81fe181
  303819: cfa55a8
  303815: 9fb4e3b
  303807: 9a2c6b9
v: v3
  • Loading branch information
Lukasz Majewski authored and Felipe Balbi committed May 4, 2012
1 parent cba6795 commit f3f532c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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: b3546c97c7bb89294fc3da2718b3fabe7ee4c579
refs/heads/master: 5e891342fd0761fed36c187587115e706c0fa358
10 changes: 5 additions & 5 deletions trunk/drivers/usb/gadget/s3c-hsotg.c
Original file line number Diff line number Diff line change
Expand Up @@ -2086,14 +2086,14 @@ static void kill_all_requests(struct s3c_hsotg *hsotg,
(_hs)->driver->_entry(&(_hs)->gadget);

/**
* s3c_hsotg_disconnect_irq - disconnect irq service
* s3c_hsotg_disconnect - disconnect service
* @hsotg: The device state.
*
* A disconnect IRQ has been received, meaning that the host has
* lost contact with the bus. Remove all current transactions
* and signal the gadget driver that this has happened.
* The device has been disconnected. Remove all current
* transactions and signal the gadget driver that this
* has happened.
*/
static void s3c_hsotg_disconnect_irq(struct s3c_hsotg *hsotg)
static void s3c_hsotg_disconnect(struct s3c_hsotg *hsotg)
{
unsigned ep;

Expand Down

0 comments on commit f3f532c

Please sign in to comment.