forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
kernel/drivers/usb/gadget/udc/bdc/bdc_cmd.c
....@@ -311,8 +311,8 @@
311311 /* if the endpoint it not stallled */
312312 if (!(ep->flags & BDC_EP_STALL)) {
313313 ret = bdc_ep_set_stall(bdc, epnum);
314
- if (ret)
315
- return ret;
314
+ if (ret)
315
+ return ret;
316316 }
317317 }
318318 /* Preserve the seq number for ep0 only */