aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb
diff options
context:
space:
mode:
authorNick Hibma <n_hibma@FreeBSD.org>2000-05-07 18:38:41 +0000
committerNick Hibma <n_hibma@FreeBSD.org>2000-05-07 18:38:41 +0000
commit1a5eec23dc4dbe8bc606fd3ac4219649b06a1166 (patch)
treee758a2ca04de6a6953fe950c2c2e50281ae15ce1 /sys/dev/usb
parent6fb8656a296efb88fce7f8b49fbb016e6f6a179a (diff)
Notes
Diffstat (limited to 'sys/dev/usb')
-rw-r--r--sys/dev/usb/usb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/usb/usb.c b/sys/dev/usb/usb.c
index e99bb71179287..da3ac32bca026 100644
--- a/sys/dev/usb/usb.c
+++ b/sys/dev/usb/usb.c
@@ -550,7 +550,7 @@ usbpoll(dev, events, p)
if ((events & mask) && usb_nevents > 0)
revents |= events & mask;
if (revents == 0 && (events & mask)) {
- DPRINTF(("usb: sleeping on %p\n", &usb_selevent));
+ DPRINTFN(2,("usb: sleeping on %p\n", &usb_selevent));
selrecord(p, &usb_selevent);
}
splx(s);