diff options
-rw-r--r-- | sys/dev/sound/isa/mss.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/sound/isa/mss.c b/sys/dev/sound/isa/mss.c index cb605e3..dc160b9 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); |