Author: rpaulo
Date: Mon Jul  1 06:32:56 2013
New Revision: 252449
URL: http://svnweb.freebsd.org/changeset/base/252449

Log:
  Disable debugging.

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

Modified: head/sys/arm/broadcom/bcm2835/bcm2835_sdhci.c
==============================================================================
--- head/sys/arm/broadcom/bcm2835/bcm2835_sdhci.c       Mon Jul  1 05:33:55 
2013        (r252448)
+++ head/sys/arm/broadcom/bcm2835/bcm2835_sdhci.c       Mon Jul  1 06:32:56 
2013        (r252449)
@@ -74,8 +74,6 @@ __FBSDID("$FreeBSD$");
 
 #define        BCM_SDHCI_BUFFER_SIZE           512
 
-#define        DEBUG
-
 #ifdef DEBUG
 #define dprintf(fmt, args...) do { printf("%s(): ", __func__);   \
     printf(fmt,##args); } while (0)
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to