Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Nov 2012 15:31:00 +0000 (UTC)
From:      Alexander Motin <mav@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r243459 - head/sys/dev/sound/pcm
Message-ID:  <201211231531.qANFV0B4041255@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mav
Date: Fri Nov 23 15:31:00 2012
New Revision: 243459
URL: http://svnweb.freebsd.org/changeset/base/243459

Log:
  Remove "clone manager: " message from verbose dmesg. It is pointless to
  print values that are statically hardcoded few lines above that.

Modified:
  head/sys/dev/sound/pcm/sound.c

Modified: head/sys/dev/sound/pcm/sound.c
==============================================================================
--- head/sys/dev/sound/pcm/sound.c	Fri Nov 23 14:53:28 2012	(r243458)
+++ head/sys/dev/sound/pcm/sound.c	Fri Nov 23 15:31:00 2012	(r243459)
@@ -1074,13 +1074,6 @@ pcm_register(device_t dev, void *devinfo
 	    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);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211231531.qANFV0B4041255>