summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb2/controller/ehci2_pci.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/usb2/controller/ehci2_pci.c')
-rw-r--r--sys/dev/usb2/controller/ehci2_pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/usb2/controller/ehci2_pci.c b/sys/dev/usb2/controller/ehci2_pci.c
index 1fb7dc2..2d33cb0 100644
--- a/sys/dev/usb2/controller/ehci2_pci.c
+++ b/sys/dev/usb2/controller/ehci2_pci.c
@@ -337,7 +337,7 @@ ehci_pci_attach(device_t self)
sprintf(sc->sc_vendor, "(0x%04x)", pci_get_vendor(self));
}
- err = usb2_config_td_setup(&sc->sc_config_td, sc, &sc->sc_bus.mtx,
+ err = usb2_config_td_setup(&sc->sc_config_td, sc, &sc->sc_bus.bus_mtx,
NULL, 0, 4);
if (err) {
device_printf(self, "could not setup config thread!\n");
OpenPOWER on IntegriCloud