Disable debugging.

This commit is contained in:
Rui Paulo 2013-07-01 06:32:56 +00:00
parent b7a6be5c7c
commit 623b72a733

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)