From 04a6a8a8e5e51db775f18bd1a4aee26ad37f5300 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Mon, 27 Feb 2006 19:40:37 +0000 Subject: [PATCH] Since we set the decription, we don't need to also print it. Noticed by: ru@ --- sys/dev/usb/usb_port.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/sys/dev/usb/usb_port.h b/sys/dev/usb/usb_port.h index 19789260988..194ac5191bc 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 */ -