mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Since we set the decription, we don't need to also print it. Noticed by: ru@
This commit is contained in:
parent
b0e8c55437
commit
04a6a8a8e5
1 changed files with 0 additions and 2 deletions
|
|
@ -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 */
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue