Loading drivers/usb/dwc3/dwc3-msm.c +1 −3 Original line number Diff line number Diff line Loading @@ -3752,10 +3752,8 @@ static void dwc3_resume_work(struct work_struct *w) dwc->maximum_speed, dwc->max_hw_supp_speed, mdwc->override_usb_speed); if (mdwc->override_usb_speed && mdwc->override_usb_speed <= dwc->maximum_speed) { mdwc->override_usb_speed <= dwc->maximum_speed) dwc->maximum_speed = mdwc->override_usb_speed; dwc->gadget.max_speed = dwc->maximum_speed; } dbg_event(0xFF, "speed", dwc->maximum_speed); Loading drivers/usb/dwc3/gadget.c +1 −1 Original line number Diff line number Diff line Loading @@ -4431,7 +4431,7 @@ int dwc3_gadget_init(struct dwc3 *dwc) dev_info(dwc->dev, "changing max_speed on rev %08x\n", dwc->revision); dwc->gadget.max_speed = dwc->maximum_speed; dwc->gadget.max_speed = dwc->max_hw_supp_speed; /* * REVISIT: Here we should clear all pending IRQs to be Loading Loading
drivers/usb/dwc3/dwc3-msm.c +1 −3 Original line number Diff line number Diff line Loading @@ -3752,10 +3752,8 @@ static void dwc3_resume_work(struct work_struct *w) dwc->maximum_speed, dwc->max_hw_supp_speed, mdwc->override_usb_speed); if (mdwc->override_usb_speed && mdwc->override_usb_speed <= dwc->maximum_speed) { mdwc->override_usb_speed <= dwc->maximum_speed) dwc->maximum_speed = mdwc->override_usb_speed; dwc->gadget.max_speed = dwc->maximum_speed; } dbg_event(0xFF, "speed", dwc->maximum_speed); Loading
drivers/usb/dwc3/gadget.c +1 −1 Original line number Diff line number Diff line Loading @@ -4431,7 +4431,7 @@ int dwc3_gadget_init(struct dwc3 *dwc) dev_info(dwc->dev, "changing max_speed on rev %08x\n", dwc->revision); dwc->gadget.max_speed = dwc->maximum_speed; dwc->gadget.max_speed = dwc->max_hw_supp_speed; /* * REVISIT: Here we should clear all pending IRQs to be Loading