summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound/pcm/sound.c
diff options
context:
space:
mode:
authortruckman <truckman@FreeBSD.org>2004-06-07 12:25:14 +0000
committertruckman <truckman@FreeBSD.org>2004-06-07 12:25:14 +0000
commitc39a9d561b883c5d71eefe01f79221d80a175fe0 (patch)
tree864da815d0dfe89c14464702675f52dad0e7be8f /sys/dev/sound/pcm/sound.c
parentc66d0ff628309aafdce92bac5a283310d7f823c9 (diff)
downloadFreeBSD-src-c39a9d561b883c5d71eefe01f79221d80a175fe0.zip
FreeBSD-src-c39a9d561b883c5d71eefe01f79221d80a175fe0.tar.gz
Nuke a cryptic and useless diagnostic printf().
Diffstat (limited to 'sys/dev/sound/pcm/sound.c')
-rw-r--r--sys/dev/sound/pcm/sound.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/sound/pcm/sound.c b/sys/dev/sound/pcm/sound.c
index 67ba33e..f524143 100644
--- a/sys/dev/sound/pcm/sound.c
+++ b/sys/dev/sound/pcm/sound.c
@@ -869,7 +869,6 @@ sysctl_hw_snd_vchans(SYSCTL_HANDLER_ARGS)
x = pcm_inprog(d, 1);
if (x != 1) {
- printf("x: %d\n", x);
pcm_inprog(d, -1);
return EINPROGRESS;
}
OpenPOWER on IntegriCloud