diff options
author | imp <imp@FreeBSD.org> | 2004-08-15 23:39:18 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2004-08-15 23:39:18 +0000 |
commit | 0c243144c1343f5acd3e77bba947376e73b004cc (patch) | |
tree | 923b659ccab332b52af22d65eda3007d5a0265aa /sys/dev/usb/ubser.c | |
parent | 7a3bb5bd7ec70b9c0f9b5b04f647f22db5c4b9f6 (diff) | |
download | FreeBSD-src-0c243144c1343f5acd3e77bba947376e73b004cc.zip FreeBSD-src-0c243144c1343f5acd3e77bba947376e73b004cc.tar.gz |
Tweak the compatibility macros a little so that the device printing is
moved into them.
Diffstat (limited to 'sys/dev/usb/ubser.c')
-rw-r--r-- | sys/dev/usb/ubser.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/usb/ubser.c b/sys/dev/usb/ubser.c index 34cee90..eab35be 100644 --- a/sys/dev/usb/ubser.c +++ b/sys/dev/usb/ubser.c @@ -257,7 +257,6 @@ USB_ATTACH(ubser) devinfo = malloc(1024, M_USBDEV, M_WAITOK); usbd_devinfo(udev, 0, devinfo); USB_ATTACH_SETUP; - printf("%s: %s\n", USBDEVNAME(sc->sc_dev), devinfo); DPRINTFN(10,("\nubser_attach: sc=%p\n", sc)); |