On Tue, Nov 04, 2014 at 10:37:30AM +0900, Jingoo Han wrote:
> Fix the following checkpatch warning.
>
> WARNING: break is not useful after a goto or return
>
> Signed-off-by: Jingoo Han
> ---
> drivers/usb/dwc3/ep0.c |2 --
> 1 file changed, 2 deletions(-)
>
> diff --git a/drivers/usb/dw
Fix the following checkpatch warning.
WARNING: break is not useful after a goto or return
Signed-off-by: Jingoo Han
---
drivers/usb/dwc3/ep0.c |2 --
1 file changed, 2 deletions(-)
diff --git a/drivers/usb/dwc3/ep0.c b/drivers/usb/dwc3/ep0.c
index 711b230..1d91c93 100644
--- a/drivers/us