diff options
Diffstat (limited to 'sys/dev/usb/ubcmtp.c')
-rw-r--r-- | sys/dev/usb/ubcmtp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/ubcmtp.c b/sys/dev/usb/ubcmtp.c index bd48fb8ab03..1603c8ee719 100644 --- a/sys/dev/usb/ubcmtp.c +++ b/sys/dev/usb/ubcmtp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ubcmtp.c,v 1.2 2014/01/20 18:55:14 jcs Exp $ */ +/* $OpenBSD: ubcmtp.c,v 1.3 2014/01/22 03:19:04 jsg Exp $ */ /* * Copyright (c) 2013-2014, joshua stein <jcs@openbsd.org> @@ -737,7 +737,7 @@ ubcmtp_tp_intr(struct usbd_xfer *xfer, void *priv, usbd_status status) if (status != USBD_NORMAL_COMPLETION) { DPRINTF("%s: %s with status 0x%x\n", sc->sc_dev.dv_xname, - __func__); + __func__, status); if (status == USBD_NOT_STARTED || status == USBD_CANCELLED) return; |