From: Zefan Li <lizefan@xxxxxxxxxx> 3.4.111-rc1 review patch. If anyone has any objections, please let me know. ------------------ It was applied to the wrong function. This reverts commit 15488de7b72b6ab8254dda07053faa4be6b9ec66. --- drivers/usb/dwc3/ep0.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/drivers/usb/dwc3/ep0.c b/drivers/usb/dwc3/ep0.c index 1d55451..7c0eaeb 100644 --- a/drivers/usb/dwc3/ep0.c +++ b/drivers/usb/dwc3/ep0.c @@ -648,10 +648,6 @@ static void dwc3_ep0_xfer_complete(struct dwc3 *dwc, dev_vdbg(dwc->dev, "Status Phase\n"); dwc3_ep0_complete_req(dwc, event); break; - case USB_REQ_SET_INTERFACE: - dev_vdbg(dwc->dev, "USB_REQ_SET_INTERFACE\n"); - dwc->start_config_issued = false; - /* Fall through */ default: WARN(true, "UNKNOWN ep0state %d\n", dwc->ep0state); } -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe stable" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html