summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/umass.c
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2004-08-15 23:39:18 +0000
committerimp <imp@FreeBSD.org>2004-08-15 23:39:18 +0000
commit0c243144c1343f5acd3e77bba947376e73b004cc (patch)
tree923b659ccab332b52af22d65eda3007d5a0265aa /sys/dev/usb/umass.c
parent7a3bb5bd7ec70b9c0f9b5b04f647f22db5c4b9f6 (diff)
downloadFreeBSD-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/umass.c')
-rw-r--r--sys/dev/usb/umass.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/usb/umass.c b/sys/dev/usb/umass.c
index 040964d..32802b3 100644
--- a/sys/dev/usb/umass.c
+++ b/sys/dev/usb/umass.c
@@ -875,7 +875,6 @@ USB_ATTACH(umass)
(void) umass_match_proto(sc, sc->iface, uaa->device);
id = usbd_get_interface_descriptor(sc->iface);
- printf("%s: %s\n", USBDEVNAME(sc->sc_dev), devinfo);
#ifdef USB_DEBUG
printf("%s: ", USBDEVNAME(sc->sc_dev));
switch (sc->proto&UMASS_PROTO_COMMAND) {
OpenPOWER on IntegriCloud