diff options
author | mav <mav@FreeBSD.org> | 2012-11-23 15:31:00 +0000 |
---|---|---|
committer | mav <mav@FreeBSD.org> | 2012-11-23 15:31:00 +0000 |
commit | e6fe5a35c3610d80433f39373082fe1934cf3843 (patch) | |
tree | f5bf0870d40a4ca94f1beb92a29a66987beac84f /sys/dev/sound | |
parent | 775dfadf10aa25aee14b59516b6d2c2474653d48 (diff) | |
download | FreeBSD-src-e6fe5a35c3610d80433f39373082fe1934cf3843.zip FreeBSD-src-e6fe5a35c3610d80433f39373082fe1934cf3843.tar.gz |
Remove "clone manager: " message from verbose dmesg. It is pointless to
print values that are statically hardcoded few lines above that.
Diffstat (limited to 'sys/dev/sound')
-rw-r--r-- | sys/dev/sound/pcm/sound.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/sys/dev/sound/pcm/sound.c b/sys/dev/sound/pcm/sound.c index 4a813da..c7ce732 100644 --- a/sys/dev/sound/pcm/sound.c +++ b/sys/dev/sound/pcm/sound.c @@ -1074,13 +1074,6 @@ pcm_register(device_t dev, void *devinfo, int numplay, int numrec) SND_CLONE_GC_ENABLE | SND_CLONE_GC_UNREF | SND_CLONE_GC_LASTREF | SND_CLONE_GC_EXPIRED); - if (bootverbose != 0 || snd_verbose > 3) { - device_printf(dev, - "clone manager: deadline=%dms flags=0x%08x\n", - snd_clone_getdeadline(d->clones), - snd_clone_getflags(d->clones)); - } - CHN_INIT(d, channels.pcm); CHN_INIT(d, channels.pcm.busy); CHN_INIT(d, channels.pcm.opened); |