Comment out #define turning on debugging which went in with r184436 and

which is also in conf/NOTES and thus defined twice when building LINT.
This commit is contained in:
Bjoern A. Zeeb 2008-10-29 11:03:15 +00:00
parent f0a54b4813
commit 96ceb14462

View File

@ -51,7 +51,7 @@
#endif
#include "usbdevs.h"
#define U3G_DEBUG
/* #define U3G_DEBUG */
#ifdef U3G_DEBUG
#define DPRINTF(x...) do { if (u3gdebug) device_printf(sc->sc_dev, ##x); } while (0)
int u3gdebug = 1;