Loading drivers/usb/gadget/ci13xxx_udc.c +1 −0 Original line number Diff line number Diff line Loading @@ -3169,6 +3169,7 @@ static int ep_queue(struct usb_ep *ep, struct usb_request *req, __func__); dev_dbg(mEp->device, "%s: Remote wakeup is not supported. ept #%d\n", __func__, mEp->num); mEp->multi_req = false; retval = -EAGAIN; goto done; Loading Loading
drivers/usb/gadget/ci13xxx_udc.c +1 −0 Original line number Diff line number Diff line Loading @@ -3169,6 +3169,7 @@ static int ep_queue(struct usb_ep *ep, struct usb_request *req, __func__); dev_dbg(mEp->device, "%s: Remote wakeup is not supported. ept #%d\n", __func__, mEp->num); mEp->multi_req = false; retval = -EAGAIN; goto done; Loading