summaryrefslogtreecommitdiffstats
path: root/sys/contrib
diff options
context:
space:
mode:
authorloos <loos@FreeBSD.org>2016-12-30 20:45:27 +0000
committerloos <loos@FreeBSD.org>2016-12-30 20:45:27 +0000
commit6220234a477533edd88e3c4d543967c6da5af3c3 (patch)
treeaeb6dc5845ff8b8ab943feac5c144ed5ba24d4eb /sys/contrib
parentfa97c4c59a99ad41273f91c7094e140a23af5344 (diff)
downloadFreeBSD-src-6220234a477533edd88e3c4d543967c6da5af3c3.zip
FreeBSD-src-6220234a477533edd88e3c4d543967c6da5af3c3.tar.gz
MFC r308659:
Reduce dmesg verbosity.
Diffstat (limited to 'sys/contrib')
-rw-r--r--sys/contrib/vchiq/interface/compat/vchi_bsd.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/contrib/vchiq/interface/compat/vchi_bsd.c b/sys/contrib/vchiq/interface/compat/vchi_bsd.c
index 3d939b1..5e9965f 100644
--- a/sys/contrib/vchiq/interface/compat/vchi_bsd.c
+++ b/sys/contrib/vchiq/interface/compat/vchi_bsd.c
@@ -300,7 +300,6 @@ void sema_sysinit(void *arg)
{
struct semaphore *s = arg;
- printf("sema_sysinit\n");
_sema_init(s, 1);
}
OpenPOWER on IntegriCloud