summaryrefslogtreecommitdiff
path: root/sys/dev/usb/usb_transfer.c
diff options
context:
space:
mode:
authorAndrew Thompson <thompsa@FreeBSD.org>2010-04-22 21:31:34 +0000
committerAndrew Thompson <thompsa@FreeBSD.org>2010-04-22 21:31:34 +0000
commitb850ecc180aa37c044f17d6e3c964691cfc30514 (patch)
tree9000e5bc0e27a7baa3f0c95de314e4c394588cf1 /sys/dev/usb/usb_transfer.c
parent139e9ad4d642e178015ae0af21af73edb32fc009 (diff)
Notes
Diffstat (limited to 'sys/dev/usb/usb_transfer.c')
-rw-r--r--sys/dev/usb/usb_transfer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/usb/usb_transfer.c b/sys/dev/usb/usb_transfer.c
index 9be1c0f4bde0..dc39fc64b8ef 100644
--- a/sys/dev/usb/usb_transfer.c
+++ b/sys/dev/usb/usb_transfer.c
@@ -1418,7 +1418,7 @@ usbd_transfer_submit(struct usb_xfer *xfer)
xfer, xfer->endpoint, xfer->nframes, USB_GET_DATA_ISREAD(xfer) ?
"read" : "write");
-#if USB_DEBUG
+#ifdef USB_DEBUG
if (USB_DEBUG_VAR > 0) {
USB_BUS_LOCK(bus);