Explorar o código

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>
Robert Baldyga %!s(int64=12) %!d(string=hai) anos
pai
achega
7eb581d5a9
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      drivers/usb/gadget/s3c-hsotg.c

+ 0 - 1
drivers/usb/gadget/s3c-hsotg.c

@@ -2676,7 +2676,6 @@ static int s3c_hsotg_ep_enable(struct usb_ep *ep,
 	/* enable the endpoint interrupt */
 	/* enable the endpoint interrupt */
 	s3c_hsotg_ctrl_epint(hsotg, index, dir_in, 1);
 	s3c_hsotg_ctrl_epint(hsotg, index, dir_in, 1);
 
 
-out:
 	spin_unlock_irqrestore(&hsotg->lock, flags);
 	spin_unlock_irqrestore(&hsotg->lock, flags);
 	return ret;
 	return ret;
 }
 }