On branch xlnx-soc, a curly brace been removed by a merge mistake that caused a build error, add it back to fix it.
Signed-off-by: Zhang Xiao <[email protected]> --- drivers/usb/dwc3/gadget.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/usb/dwc3/gadget.c b/drivers/usb/dwc3/gadget.c index c25fd12dccf3..ef51ca800506 100644 --- a/drivers/usb/dwc3/gadget.c +++ b/drivers/usb/dwc3/gadget.c @@ -1495,6 +1495,8 @@ static int __dwc3_gadget_ep_queue(struct dwc3_ep *dep, struct dwc3_request *req) dwc->force_hiber_wake = true; gadget_wakeup_interrupt(dwc); dwc->force_hiber_wake = false; + } + /* Start the transfer only after the END_TRANSFER is completed */ if (dep->flags & DWC3_EP_END_TRANSFER_PENDING) { dep->flags |= DWC3_EP_DELAY_START; -- 2.17.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#8660): https://lists.yoctoproject.org/g/linux-yocto/message/8660 Mute This Topic: https://lists.yoctoproject.org/mt/74131325/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/linux-yocto/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
