From 23decc8a2f007d638d5aa8dba6b486349f8af781 Mon Sep 17 00:00:00 2001 From: Marcel Moolenaar Date: Sat, 10 Jul 2004 21:12:27 +0000 Subject: [PATCH] s/DDB/BVDDB/g Note that DDB is unrelated to the debugger with the same acronym. --- sys/dev/sound/isa/mss.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/sound/isa/mss.c b/sys/dev/sound/isa/mss.c index cb605e32bcb..dc160b9cc98 100644 --- a/sys/dev/sound/isa/mss.c +++ b/sys/dev/sound/isa/mss.c @@ -1104,7 +1104,7 @@ opti931_intr(void *arg) if (reason & 1) { DEB(printf("one more try...\n");) if (--loops) goto again; - else DDB(printf("intr, but mc11 not set\n");) + else BVDDB(printf("intr, but mc11 not set\n");) } if (loops == 0) BVDDB(printf("intr, nothing in mcir11 0x%02x\n", mc11)); mss_unlock(mss);