Turn off WPI_DEBUG by default as the driver seems sufficiently stable
at this point. Reviewed by: benjsc, thompsa
This commit is contained in:
parent
1c2dee3cc9
commit
5c670c33fc
@ -103,8 +103,6 @@ __FBSDID("$FreeBSD$");
|
||||
#include <dev/wpi/if_wpireg.h>
|
||||
#include <dev/wpi/if_wpivar.h>
|
||||
|
||||
#define WPI_DEBUG
|
||||
|
||||
#ifdef WPI_DEBUG
|
||||
#define DPRINTF(x) do { if (wpi_debug != 0) printf x; } while (0)
|
||||
#define DPRINTFN(n, x) do { if (wpi_debug & n) printf x; } while (0)
|
||||
|
Loading…
Reference in New Issue
Block a user