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

Rui Paulo rpaulo at FreeBSD.org
Mon Jul 1 06:32:57 UTC 2013


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)


More information about the svn-src-all mailing list