usb: gadget: s3c-hsotg: remove unused label
authorRobert Baldyga <r.baldyga@samsung.com>
Fri, 11 Oct 2013 10:48:51 +0000 (12:48 +0200)
committerFelipe Balbi <balbi@ti.com>
Fri, 11 Oct 2013 15:13:51 +0000 (10:13 -0500)
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>
drivers/usb/gadget/s3c-hsotg.c

index 920e3c9af7d5616e60c1d5caf3272e24afd083d8..93f786669dd55f19df84a741cd979b515401ddad 100644 (file)
@@ -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;
 }