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 {
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to