Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/usb oops, turn uaudiodebug off by default again.
details: https://anonhg.NetBSD.org/src/rev/0bcc21943176
branches: trunk
changeset: 784290:0bcc21943176
user: mrg <mrg%NetBSD.org@localhost>
date: Thu Jan 24 08:22:38 2013 +0000
description:
oops, turn uaudiodebug off by default again.
diffstat:
sys/dev/usb/uaudio.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 50859d4da471 -r 0bcc21943176 sys/dev/usb/uaudio.c
--- a/sys/dev/usb/uaudio.c Thu Jan 24 06:47:50 2013 +0000
+++ b/sys/dev/usb/uaudio.c Thu Jan 24 08:22:38 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: uaudio.c,v 1.134 2013/01/22 12:40:43 jmcneill Exp $ */
+/* $NetBSD: uaudio.c,v 1.135 2013/01/24 08:22:38 mrg Exp $ */
/*
* Copyright (c) 1999, 2012 The NetBSD Foundation, Inc.
@@ -37,7 +37,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: uaudio.c,v 1.134 2013/01/22 12:40:43 jmcneill Exp $");
+__KERNEL_RCSID(0, "$NetBSD: uaudio.c,v 1.135 2013/01/24 08:22:38 mrg Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -90,7 +90,7 @@
printf("%s[%d:%d]: "x, __func__, l->l_proc->p_pid, l->l_lid, y); \
} \
} while (0)
-int uaudiodebug = 6;
+int uaudiodebug = 0;
#else
#define DPRINTF(x,y...)
#define DPRINTFN_CLEAN(n,x...)
Home |
Main Index |
Thread Index |
Old Index