Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Nov 2016 00:58:31 +0000 (UTC)
From:      Luiz Otavio O Souza <loos@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r308659 - head/sys/contrib/vchiq/interface/compat
Message-ID:  <201611150058.uAF0wV8d075481@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: loos
Date: Tue Nov 15 00:58:31 2016
New Revision: 308659
URL: https://svnweb.freebsd.org/changeset/base/308659

Log:
  Reduce dmesg verbosity.

Modified:
  head/sys/contrib/vchiq/interface/compat/vchi_bsd.c

Modified: head/sys/contrib/vchiq/interface/compat/vchi_bsd.c
==============================================================================
--- head/sys/contrib/vchiq/interface/compat/vchi_bsd.c	Tue Nov 15 00:28:07 2016	(r308658)
+++ head/sys/contrib/vchiq/interface/compat/vchi_bsd.c	Tue Nov 15 00:58:31 2016	(r308659)
@@ -300,7 +300,6 @@ void sema_sysinit(void *arg)
 {
 	struct semaphore *s = arg;
 
-	printf("sema_sysinit\n");
 	_sema_init(s, 1);
 }
 



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