summaryrefslogtreecommitdiffstats
path: root/sys/dev/ath/ath_hal/ah_internal.h
diff options
context:
space:
mode:
authoradrian <adrian@FreeBSD.org>2011-06-24 23:59:14 +0000
committeradrian <adrian@FreeBSD.org>2011-06-24 23:59:14 +0000
commit3dd67494c4b789dea623cc58dc5409eac05523c1 (patch)
tree67fed7fbb6d913cac64462cb0456912e185d03e8 /sys/dev/ath/ath_hal/ah_internal.h
parentbad755fcf90ffd8e4e49c67d3c08b56e4f038838 (diff)
downloadFreeBSD-src-3dd67494c4b789dea623cc58dc5409eac05523c1.zip
FreeBSD-src-3dd67494c4b789dea623cc58dc5409eac05523c1.tar.gz
Small fix to bring the non-debug definitions of HALDEBUG/HALDEBUG_G in line
with the debug definitions.
Diffstat (limited to 'sys/dev/ath/ath_hal/ah_internal.h')
-rw-r--r--sys/dev/ath/ath_hal/ah_internal.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ath/ath_hal/ah_internal.h b/sys/dev/ath/ath_hal/ah_internal.h
index 2bb163f..120620c 100644
--- a/sys/dev/ath/ath_hal/ah_internal.h
+++ b/sys/dev/ath/ath_hal/ah_internal.h
@@ -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 */
/*
OpenPOWER on IntegriCloud