Small fix to bring the non-debug definitions of HALDEBUG/HALDEBUG_G in line

with the debug definitions.
This commit is contained in:
Adrian Chadd 2011-06-24 23:59:14 +00:00
parent 3a1b9c049e
commit 8fc0556a5e

View File

@ -528,8 +528,8 @@ extern int ath_hal_debug; /* Global debug flags */
extern void DO_HALDEBUG(struct ath_hal *ah, u_int mask, const char* fmt, ...)
__printflike(3,4);
#else
#define HALDEBUG(_ah, __m, _fmt, ...)
#define HALDEBUG_G(_ah, __m, _fmt, ...)
#define HALDEBUG(_ah, __m, ...)
#define HALDEBUG_G(_ah, __m, ...)
#endif /* AH_DEBUG */
/*