diff options
author | imp <imp@FreeBSD.org> | 2006-02-27 19:40:37 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2006-02-27 19:40:37 +0000 |
commit | 7a87fc67e7f13590e5f398ff15a6e3146e1022bb (patch) | |
tree | 834110d565b0fd488a40fbe00335d58ed22bd606 /sys | |
parent | 3ea32b6618e21f028541d964eea66067a6667874 (diff) | |
download | FreeBSD-src-7a87fc67e7f13590e5f398ff15a6e3146e1022bb.zip FreeBSD-src-7a87fc67e7f13590e5f398ff15a6e3146e1022bb.tar.gz |
Since we set the decription, we don't need to also print it. Noticed by: ru@
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/usb/usb_port.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/usb/usb_port.h b/sys/dev/usb/usb_port.h index 1978926..194ac51 100644 --- a/sys/dev/usb/usb_port.h +++ b/sys/dev/usb/usb_port.h @@ -494,7 +494,6 @@ __CONCAT(dname,_attach)(device_t self) do { \ sc->sc_dev = self; \ device_set_desc_copy(self, devinfo); \ - device_printf(self, "%s\n", devinfo); \ } while (0); #define USB_DETACH(dname) \ @@ -541,4 +540,3 @@ SYSCTL_DECL(_hw_usb); #endif /* __FreeBSD__ */ #endif /* _USB_PORT_H */ - |