diff options
author | n_hibma <n_hibma@FreeBSD.org> | 1999-10-07 21:08:29 +0000 |
---|---|---|
committer | n_hibma <n_hibma@FreeBSD.org> | 1999-10-07 21:08:29 +0000 |
commit | 90d5b7a288a9478375221fa11259e1171cbd3ac4 (patch) | |
tree | aac709868f97cb1750c9047451599a0c1f171123 /sys/dev/usb/usb.c | |
parent | 01a5c1aac5087266f5ab9b5f59523f1d522298fb (diff) | |
download | FreeBSD-src-90d5b7a288a9478375221fa11259e1171cbd3ac4.zip FreeBSD-src-90d5b7a288a9478375221fa11259e1171cbd3ac4.tar.gz |
Remove a debugging printf.
Diffstat (limited to 'sys/dev/usb/usb.c')
-rw-r--r-- | sys/dev/usb/usb.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/usb/usb.c b/sys/dev/usb/usb.c index 344e6c5..971eab0 100644 --- a/sys/dev/usb/usb.c +++ b/sys/dev/usb/usb.c @@ -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 |