diff options
author | Emmanuel Vadot <manu@FreeBSD.org> | 2020-11-04 18:23:59 +0000 |
---|---|---|
committer | Emmanuel Vadot <manu@FreeBSD.org> | 2020-11-04 18:23:59 +0000 |
commit | 03d0d84bf6fa89059f64d64eefe1fc2935ddd0fc (patch) | |
tree | e680f2d03d4a0e3606eaf9fac79c88c954868153 | |
parent | 7b7921b47e41798468048030401669244f08a7e5 (diff) |
Notes
-rw-r--r-- | sys/dev/usb/controller/dwc3.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/usb/controller/dwc3.c b/sys/dev/usb/controller/dwc3.c index ab76e8e34a7a9..54c42503f2d48 100644 --- a/sys/dev/usb/controller/dwc3.c +++ b/sys/dev/usb/controller/dwc3.c @@ -235,6 +235,7 @@ snps_dwc3_configure_phy(struct snps_dwc3_softc *sc) DWC3_GUSB2PHYCFG0_USBTRDTIM(DWC3_GUSB2PHYCFG0_USBTRDTIM_8BITS); } DWC3_WRITE(sc, DWC3_GUSB2PHYCFG0, reg); + OF_prop_free(phy_type); } static void |