diff options
author | Robert Baldyga <r.baldyga@samsung.com> | 2013-10-11 06:48:51 -0400 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2013-10-11 11:13:51 -0400 |
commit | 7eb581d5a91519c1e851b07945492049c12c99df (patch) | |
tree | 64b350ab3c2452e710bf0f4ed5bdfae54c19384e | |
parent | 4fca54aa5829328a356aea31895b817dacba2861 (diff) |
usb: gadget: s3c-hsotg: remove unused label
This patch removes unused label.
Signed-off-by: Robert Baldyga <r.baldyga@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
-rw-r--r-- | drivers/usb/gadget/s3c-hsotg.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/usb/gadget/s3c-hsotg.c b/drivers/usb/gadget/s3c-hsotg.c index 920e3c9af7d5..93f786669dd5 100644 --- a/drivers/usb/gadget/s3c-hsotg.c +++ b/drivers/usb/gadget/s3c-hsotg.c | |||
@@ -2676,7 +2676,6 @@ static int s3c_hsotg_ep_enable(struct usb_ep *ep, | |||
2676 | /* enable the endpoint interrupt */ | 2676 | /* enable the endpoint interrupt */ |
2677 | s3c_hsotg_ctrl_epint(hsotg, index, dir_in, 1); | 2677 | s3c_hsotg_ctrl_epint(hsotg, index, dir_in, 1); |
2678 | 2678 | ||
2679 | out: | ||
2680 | spin_unlock_irqrestore(&hsotg->lock, flags); | 2679 | spin_unlock_irqrestore(&hsotg->lock, flags); |
2681 | return ret; | 2680 | return ret; |
2682 | } | 2681 | } |