1
0
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:
Nick Hibma 1999-10-07 21:08:29 +00:00
parent 92fc9a510e
commit 53ec492bb8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=51999

View File

@ -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