Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/usb Remove unconditional UAUDIO_DEBUG again.



details:   https://anonhg.NetBSD.org/src/rev/8a45f481bb61
branches:  trunk
changeset: 374145:8a45f481bb61
user:      mlelstv <mlelstv%NetBSD.org@localhost>
date:      Mon Apr 03 16:00:17 2023 +0000

description:
Remove unconditional UAUDIO_DEBUG again.

diffstat:

 sys/dev/usb/uaudio.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r 1ea1ad54ed6b -r 8a45f481bb61 sys/dev/usb/uaudio.c
--- a/sys/dev/usb/uaudio.c      Mon Apr 03 14:19:09 2023 +0000
+++ b/sys/dev/usb/uaudio.c      Mon Apr 03 16:00:17 2023 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: uaudio.c,v 1.176 2023/04/03 14:19:09 mlelstv Exp $     */
+/*     $NetBSD: uaudio.c,v 1.177 2023/04/03 16:00:17 mlelstv 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.176 2023/04/03 14:19:09 mlelstv Exp $");
+__KERNEL_RCSID(0, "$NetBSD: uaudio.c,v 1.177 2023/04/03 16:00:17 mlelstv Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_usb.h"
@@ -74,7 +74,6 @@
 #include <dev/usb/uaudioreg.h>
 
 /* #define UAUDIO_DEBUG */
-#define UAUDIO_DEBUG
 #define UAUDIO_MULTIPLE_ENDPOINTS
 #ifdef UAUDIO_DEBUG
 #define DPRINTF(x,y...)                do { \



Home | Main Index | Thread Index | Old Index