svn commit: r302106 - head/sys/dev/bhnd/bhndb

Adrian Chadd adrian at FreeBSD.org
Thu Jun 23 01:15:37 UTC 2016


Author: adrian
Date: Thu Jun 23 01:15:35 2016
New Revision: 302106
URL: https://svnweb.freebsd.org/changeset/base/302106

Log:
  revert error commit from previous commit. my bad!
  
  Approved by:	re (implicit)

Modified:
  head/sys/dev/bhnd/bhndb/bhndb.c

Modified: head/sys/dev/bhnd/bhndb/bhndb.c
==============================================================================
--- head/sys/dev/bhnd/bhndb/bhndb.c	Thu Jun 23 01:14:33 2016	(r302105)
+++ head/sys/dev/bhnd/bhndb/bhndb.c	Thu Jun 23 01:15:35 2016	(r302106)
@@ -62,7 +62,7 @@ __FBSDID("$FreeBSD$");
 #include "bhndb_private.h"
 
 /* Debugging flags */
-static u_long bhndb_debug = -1;
+static u_long bhndb_debug = 0;
 TUNABLE_ULONG("hw.bhndb.debug", &bhndb_debug);
 
 enum {


More information about the svn-src-head mailing list