diff options
| author | Warner Losh <imp@FreeBSD.org> | 2004-08-15 23:39:18 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2004-08-15 23:39:18 +0000 |
| commit | 1ff2328528da16ce771d93ac097216049cb76454 (patch) | |
| tree | 923b659ccab332b52af22d65eda3007d5a0265aa /sys/dev/usb/uhub.c | |
| parent | c9dca5ca780fd0eb2604e0198626d3b0d1bb4ffa (diff) | |
Notes
Diffstat (limited to 'sys/dev/usb/uhub.c')
| -rw-r--r-- | sys/dev/usb/uhub.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/usb/uhub.c b/sys/dev/usb/uhub.c index 2e99a1fbdd92..aebc3ed92133 100644 --- a/sys/dev/usb/uhub.c +++ b/sys/dev/usb/uhub.c @@ -180,7 +180,6 @@ USB_ATTACH(uhub) sc->sc_hub = dev; usbd_devinfo(dev, 1, devinfo); USB_ATTACH_SETUP; - printf("%s: %s\n", USBDEVNAME(sc->sc_dev), devinfo); err = usbd_set_config_index(dev, 0, 1); if (err) { |
