From f3f532c912b753e33a9e339b763e6ed5cc2d9d1e Mon Sep 17 00:00:00 2001 From: Lukasz Majewski Date: Fri, 4 May 2012 14:17:07 +0200 Subject: [PATCH] --- yaml --- r: 303823 b: refs/heads/master c: 5e891342fd0761fed36c187587115e706c0fa358 h: refs/heads/master i: 303821: 81fe181f7c3e94d60fc15ed8888110254b2c8027 303819: cfa55a84adb52cb95659b40c57ef66f4364337b9 303815: 9fb4e3b56b408317ec13e4f17084a0e6dd6bdef9 303807: 9a2c6b93b62a5d9eb425e4547295c55f0d2d1ba2 v: v3 --- [refs] | 2 +- trunk/drivers/usb/gadget/s3c-hsotg.c | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/[refs] b/[refs] index a92265a757f3..619593ec5cb9 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: b3546c97c7bb89294fc3da2718b3fabe7ee4c579 +refs/heads/master: 5e891342fd0761fed36c187587115e706c0fa358 diff --git a/trunk/drivers/usb/gadget/s3c-hsotg.c b/trunk/drivers/usb/gadget/s3c-hsotg.c index d0e4fb3bc465..7e3b59106e67 100644 --- a/trunk/drivers/usb/gadget/s3c-hsotg.c +++ b/trunk/drivers/usb/gadget/s3c-hsotg.c @@ -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;