diff options
Diffstat (limited to 'sys/dev/usb/usb.c')
-rw-r--r-- | sys/dev/usb/usb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/usb/usb.c b/sys/dev/usb/usb.c index 0033e79..63df3c7 100644 --- a/sys/dev/usb/usb.c +++ b/sys/dev/usb/usb.c @@ -279,7 +279,7 @@ USB_ATTACH(usb) #endif #endif - err = usbd_new_device(USBDEV(sc->sc_dev), sc->sc_bus, 0, speed, 0, + err = usbd_new_device(sc->sc_dev, sc->sc_bus, 0, speed, 0, &sc->sc_port); if (!err) { dev = sc->sc_port.device; |