Source-Changes-HG archive

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

[src/netbsd-1-6]: src/sys/arch/amiga/dev Pullup rev 1.7 (requested by is in t...



details:   https://anonhg.NetBSD.org/src/rev/73f305989e41
branches:  netbsd-1-6
changeset: 531119:73f305989e41
user:      jmc <jmc%NetBSD.org@localhost>
date:      Mon Mar 15 04:12:36 2004 +0000

description:
Pullup rev 1.7 (requested by is in ticket #1593)

Remove forgotten debug printf from development.

diffstat:

 sys/arch/amiga/dev/toccata.c |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (27 lines):

diff -r 1dda195a0998 -r 73f305989e41 sys/arch/amiga/dev/toccata.c
--- a/sys/arch/amiga/dev/toccata.c      Mon Mar 15 04:10:33 2004 +0000
+++ b/sys/arch/amiga/dev/toccata.c      Mon Mar 15 04:12:36 2004 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: toccata.c,v 1.3 2002/03/27 16:39:51 christos Exp $ */
+/* $NetBSD: toccata.c,v 1.3.4.1 2004/03/15 04:12:36 jmc Exp $ */
 
 /*-
  * Copyright (c) 1998, 1999, 2001, 2002 The NetBSD Foundation, Inc.
@@ -37,7 +37,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: toccata.c,v 1.3 2002/03/27 16:39:51 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: toccata.c,v 1.3.4.1 2004/03/15 04:12:36 jmc Exp $");
 
 #include <sys/types.h>
 #include <sys/param.h>
@@ -598,8 +598,6 @@
 int
 toccata_query_devinfo(void *addr, mixer_devinfo_t *dip) {
 
-       printf("toccata_query_devinfo(%2d)\n", dip->index);
-
        switch(dip->index) {
        case TOCCATA_MIC_IN_LVL:        /* Microphone */
                dip->type = AUDIO_MIXER_VALUE;



Home | Main Index | Thread Index | Old Index