Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/nick-nhusb]: src/sys/dev/usb Tweak debug
details: https://anonhg.NetBSD.org/src/rev/f458984e94ef
branches: nick-nhusb
changeset: 334517:f458984e94ef
user: skrll <skrll%NetBSD.org@localhost>
date: Thu Jun 09 05:04:07 2016 +0000
description:
Tweak debug
diffstat:
sys/dev/usb/umct.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (29 lines):
diff -r f46b6ebe1518 -r f458984e94ef sys/dev/usb/umct.c
--- a/sys/dev/usb/umct.c Thu Jun 09 04:57:43 2016 +0000
+++ b/sys/dev/usb/umct.c Thu Jun 09 05:04:07 2016 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: umct.c,v 1.32.24.14 2016/06/09 04:57:43 skrll Exp $ */
+/* $NetBSD: umct.c,v 1.32.24.15 2016/06/09 05:04:07 skrll Exp $ */
/*
* Copyright (c) 2001 The NetBSD Foundation, Inc.
* All rights reserved.
@@ -35,7 +35,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: umct.c,v 1.32.24.14 2016/06/09 04:57:43 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: umct.c,v 1.32.24.15 2016/06/09 05:04:07 skrll Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -574,8 +574,8 @@
sc->sc_intr_buf, sc->sc_isize,
umct_intr, USBD_DEFAULT_INTERVAL);
if (err) {
- DPRINTF(("%s: cannot open interrupt pipe (addr %d)\n",
- device_xname(sc->sc_dev), sc->sc_intr_number));
+ DPRINTF(("%s: cannot open interrupt pipe (%d)\n",
+ device_xname(sc->sc_dev), sc->sc_intr_number));
return EIO;
}
}
Home |
Main Index |
Thread Index |
Old Index