svn commit: r276298 - head/sys/arm/broadcom/bcm2835

Luiz Otavio O Souza loos at FreeBSD.org
Sat Dec 27 14:06:06 UTC 2014


Author: loos
Date: Sat Dec 27 14:06:05 2014
New Revision: 276298
URL: https://svnweb.freebsd.org/changeset/base/276298

Log:
  Remove the '#undef DEBUG' that should not be committed.

Modified:
  head/sys/arm/broadcom/bcm2835/bcm2835_mbox.c

Modified: head/sys/arm/broadcom/bcm2835/bcm2835_mbox.c
==============================================================================
--- head/sys/arm/broadcom/bcm2835/bcm2835_mbox.c	Sat Dec 27 13:52:33 2014	(r276297)
+++ head/sys/arm/broadcom/bcm2835/bcm2835_mbox.c	Sat Dec 27 14:06:05 2014	(r276298)
@@ -76,7 +76,6 @@ __FBSDID("$FreeBSD$");
 	mtx_unlock(&(sc)->lock);	\
 } while(0)
 
-#undef DEBUG
 #ifdef  DEBUG
 #define dprintf(fmt, args...) printf(fmt, ##args)
 #else


More information about the svn-src-head mailing list