Loading drivers/usb/dwc3/ep0.c +1 −3 Original line number Original line Diff line number Diff line Loading @@ -415,9 +415,7 @@ static int dwc3_ep0_handle_status(struct dwc3 *dwc, */ */ ret = dwc3_ep0_delegate_req(dwc, ctrl); ret = dwc3_ep0_delegate_req(dwc, ctrl); if (ret) return ret; return ret; break; case USB_RECIP_ENDPOINT: case USB_RECIP_ENDPOINT: dep = dwc3_wIndex_to_dep(dwc, ctrl->wIndex); dep = dwc3_wIndex_to_dep(dwc, ctrl->wIndex); Loading Loading
drivers/usb/dwc3/ep0.c +1 −3 Original line number Original line Diff line number Diff line Loading @@ -415,9 +415,7 @@ static int dwc3_ep0_handle_status(struct dwc3 *dwc, */ */ ret = dwc3_ep0_delegate_req(dwc, ctrl); ret = dwc3_ep0_delegate_req(dwc, ctrl); if (ret) return ret; return ret; break; case USB_RECIP_ENDPOINT: case USB_RECIP_ENDPOINT: dep = dwc3_wIndex_to_dep(dwc, ctrl->wIndex); dep = dwc3_wIndex_to_dep(dwc, ctrl->wIndex); Loading