summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorskrll <skrll@NetBSD.org>2016-07-01 07:35:03 +0000
committerskrll <skrll@NetBSD.org>2016-07-01 07:35:03 +0000
commitb37e5cba101d331c7a0b1f64e02c7953e352c634 (patch)
treea9a846bfffc9acb2d1dcc6a671abab4941413377 /sys/dev
parent44d20154aaf1e520a122562c2c07f89d0b116029 (diff)
Debug tweak
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/ic/sl811hs.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/ic/sl811hs.c b/sys/dev/ic/sl811hs.c
index c375c710d80..d74e8db19b7 100644
--- a/sys/dev/ic/sl811hs.c
+++ b/sys/dev/ic/sl811hs.c
@@ -1,4 +1,4 @@
-/* $NetBSD: sl811hs.c,v 1.90 2016/07/01 07:33:33 skrll Exp $ */
+/* $NetBSD: sl811hs.c,v 1.91 2016/07/01 07:35:03 skrll Exp $ */
/*
* Not (c) 2007 Matthew Orgass
@@ -68,7 +68,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: sl811hs.c,v 1.90 2016/07/01 07:33:33 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: sl811hs.c,v 1.91 2016/07/01 07:35:03 skrll Exp $");
#ifdef _KERNEL_OPT
#include "opt_slhci.h"
@@ -2104,7 +2104,7 @@ slhci_abdone(struct slhci_softc *sc, int ab)
xfer->ux_status = USBD_IOERROR;
DLOG(D_ERR, "Max retries reached! status %#x "
- "xfer->ux_status %#x", status, xfer->ux_status, 0,
+ "xfer->ux_status %d", status, xfer->ux_status, 0,
0);
DDOLOGSTATUS(status);