DWC3 event buffer functions

This commit is contained in:
xj 2024-09-12 19:58:07 -07:00
parent ee3bcc6f66
commit a854fc28ba
1 changed files with 2 additions and 0 deletions

View File

@ -430,6 +430,8 @@ struct dwc3_event_buffer *dwc3_alloc_one_event_buffer(struct dwc3 *dwc, unsigned
} }
evt->dma = phy_addr; evt->dma = phy_addr;
return evt;
err_evt: err_evt:
usb_free(evt); usb_free(evt);