From: Robert Baldyga Date: Fri, 11 Oct 2013 10:48:51 +0000 (+0200) Subject: usb: gadget: s3c-hsotg: remove unused label X-Git-Tag: accepted/tizen/common/20141203.182822~1210^2~22^2~22 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7eb581d5a91519c1e851b07945492049c12c99df;p=platform%2Fkernel%2Flinux-arm64.git usb: gadget: s3c-hsotg: remove unused label This patch removes unused label. Signed-off-by: Robert Baldyga Signed-off-by: Kyungmin Park Signed-off-by: Felipe Balbi --- diff --git a/drivers/usb/gadget/s3c-hsotg.c b/drivers/usb/gadget/s3c-hsotg.c index 920e3c9..93f7866 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, /* enable the endpoint interrupt */ s3c_hsotg_ctrl_epint(hsotg, index, dir_in, 1); -out: spin_unlock_irqrestore(&hsotg->lock, flags); return ret; }