Add a missing call to usb_bus_mem_free_all() when detaching.
This commit is contained in:
parent
c5c8d17431
commit
8dceda29e8
@ -421,6 +421,8 @@ vybrid_ehci_detach(device_t dev)
|
|||||||
sc->sc_intr_hdl = NULL;
|
sc->sc_intr_hdl = NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
usb_bus_mem_free_all(&sc->sc_bus, &ehci_iterate_hw_softc);
|
||||||
|
|
||||||
bus_release_resources(dev, vybrid_ehci_spec, esc->res);
|
bus_release_resources(dev, vybrid_ehci_spec, esc->res);
|
||||||
|
|
||||||
return (0);
|
return (0);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user