diff options
author | John Youn <John.Youn@synopsys.com> | 2017-01-17 23:32:27 -0500 |
---|---|---|
committer | Felipe Balbi <felipe.balbi@linux.intel.com> | 2017-01-24 04:04:21 -0500 |
commit | 1a2e91091330570655f2cd16fb3c624783387d8c (patch) | |
tree | 85c0c0d8efca470633e8c1b50d03dcf965b87165 /drivers/usb/dwc2/hcd_queue.c | |
parent | 77b6200e186b2dd4babfe3801ca41df21408e454 (diff) |
usb: dwc2: Remove 'return' from void function
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>
Diffstat (limited to 'drivers/usb/dwc2/hcd_queue.c')
-rw-r--r-- | drivers/usb/dwc2/hcd_queue.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/usb/dwc2/hcd_queue.c b/drivers/usb/dwc2/hcd_queue.c index faf45dfbf652..b1fc9fed6ebe 100644 --- a/drivers/usb/dwc2/hcd_queue.c +++ b/drivers/usb/dwc2/hcd_queue.c | |||
@@ -556,7 +556,6 @@ static void dwc2_qh_schedule_print(struct dwc2_hsotg *hsotg, | |||
556 | DWC2_HS_SCHEDULE_UFRAMES, "uFrame", "us", | 556 | DWC2_HS_SCHEDULE_UFRAMES, "uFrame", "us", |
557 | dwc2_qh_print, &print_data); | 557 | dwc2_qh_print, &print_data); |
558 | } | 558 | } |
559 | return; | ||
560 | } | 559 | } |
561 | #else | 560 | #else |
562 | static inline void dwc2_qh_schedule_print(struct dwc2_hsotg *hsotg, | 561 | static inline void dwc2_qh_schedule_print(struct dwc2_hsotg *hsotg, |