diff options
author | Tom Rini <trini@konsulko.com> | 2023-07-27 10:35:36 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-07-27 10:35:36 -0400 |
commit | c98c401dfb485b39c7453a4147b17cd4b8d10c67 (patch) | |
tree | 3478616f8f7cd1e085ba84230dbf1d24a5159e5f /drivers/usb/host/xhci.c | |
parent | 197aa22e6506f2f7043c16cf2b0a412a31dd088d (diff) | |
parent | 3aba92c9dd2302a91b56d49791041766dcc7dfeb (diff) |
Merge https://source.denx.de/u-boot/custodians/u-boot-usb
Diffstat (limited to 'drivers/usb/host/xhci.c')
-rw-r--r-- | drivers/usb/host/xhci.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/usb/host/xhci.c b/drivers/usb/host/xhci.c index 9e33c5d8559..5cacf0769ec 100644 --- a/drivers/usb/host/xhci.c +++ b/drivers/usb/host/xhci.c @@ -1418,7 +1418,6 @@ int xhci_register(struct udevice *dev, struct xhci_hccr *hccr, return 0; err: - free(ctrl); debug("%s: failed, ret=%d\n", __func__, ret); return ret; } |