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:
parent
f0a54b4813
commit
96ceb14462
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user