]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
usb: dwc2: Remove 'return' from void function
authorJohn Youn <John.Youn@synopsys.com>
Wed, 18 Jan 2017 04:32:27 +0000 (20:32 -0800)
committerFelipe Balbi <felipe.balbi@linux.intel.com>
Tue, 24 Jan 2017 09:04:21 +0000 (11:04 +0200)
The function returns void so a return is unnecessary.

Signed-off-by: John Youn <johnyoun@synopsys.com>
Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>
drivers/usb/dwc2/hcd_queue.c

index faf45dfbf652b968337b03d64509a2567f992d79..b1fc9fed6ebe36fd3934487ffe61e2b41c4d8650 100644 (file)
@@ -556,7 +556,6 @@ static void dwc2_qh_schedule_print(struct dwc2_hsotg *hsotg,
                           DWC2_HS_SCHEDULE_UFRAMES, "uFrame", "us",
                           dwc2_qh_print, &print_data);
        }
-       return;
 }
 #else
 static inline void dwc2_qh_schedule_print(struct dwc2_hsotg *hsotg,