Disable debugging.

This commit is contained in:
rpaulo 2013-07-01 06:32:56 +00:00
parent 0260871411
commit 068084ec6f

View File

@ -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)