kernel/drivers/usb/gadget/udc/bdc/bdc_cmd.c
.. .. @@ -311,8 +311,8 @@ 311 311 /* if the endpoint it not stallled */ 312 312 if (!(ep->flags & BDC_EP_STALL)) { 313 313 ret = bdc_ep_set_stall(bdc, epnum); 314 - if (ret)315 - return ret;314 + if (ret)315 + return ret;316 316 } 317 317 } 318 318 /* Preserve the seq number for ep0 only */