Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/usb Improve DIAGNOSTIC printf
details: https://anonhg.NetBSD.org/src/rev/30e4ac86fd72
branches: trunk
changeset: 783081:30e4ac86fd72
user: skrll <skrll%NetBSD.org@localhost>
date: Tue Dec 04 15:10:04 2012 +0000
description:
Improve DIAGNOSTIC printf
diffstat:
sys/dev/usb/usbdi.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 599973fe9a46 -r 30e4ac86fd72 sys/dev/usb/usbdi.c
--- a/sys/dev/usb/usbdi.c Tue Dec 04 11:24:12 2012 +0000
+++ b/sys/dev/usb/usbdi.c Tue Dec 04 15:10:04 2012 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: usbdi.c,v 1.139 2012/07/15 21:13:31 mrg Exp $ */
+/* $NetBSD: usbdi.c,v 1.140 2012/12/04 15:10:04 skrll Exp $ */
/*
* Copyright (c) 1998, 2012 The NetBSD Foundation, Inc.
@@ -31,7 +31,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: usbdi.c,v 1.139 2012/07/15 21:13:31 mrg Exp $");
+__KERNEL_RCSID(0, "$NetBSD: usbdi.c,v 1.140 2012/12/04 15:10:04 skrll Exp $");
#include "opt_compat_netbsd.h"
#include "opt_usb.h"
@@ -418,7 +418,7 @@
#if defined(DIAGNOSTIC)
if (callout_pending(&xfer->timeout_handle)) {
callout_stop(&xfer->timeout_handle);
- printf("usbd_free_xfer: timout_handle pending");
+ printf("usbd_free_xfer: timeout_handle pending\n");
}
#endif
cv_destroy(&xfer->cv);
Home |
Main Index |
Thread Index |
Old Index