mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-17 10:26:15 +00:00
Remove a debugging printf.
This commit is contained in:
parent
92fc9a510e
commit
53ec492bb8
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=51999
@ -191,8 +191,6 @@ USB_ATTACH(usb)
|
||||
#endif
|
||||
|
||||
#if defined(__FreeBSD__)
|
||||
device_printf(self, "make_dev(usb_cdevsw, %d,_,_,_,'usb%%d',_)\n",
|
||||
device_get_unit(self));
|
||||
make_dev(&usb_cdevsw, device_get_unit(self), UID_ROOT, GID_OPERATOR,
|
||||
0644, "usb%d", device_get_unit(self));
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user