svn commit: r223524 - head/sys/dev/ath/ath_hal

Adrian Chadd adrian at FreeBSD.org
Fri Jun 24 23:59:15 UTC 2011


Author: adrian
Date: Fri Jun 24 23:59:14 2011
New Revision: 223524
URL: http://svn.freebsd.org/changeset/base/223524

Log:
  Small fix to bring the non-debug definitions of HALDEBUG/HALDEBUG_G in line
  with the debug definitions.

Modified:
  head/sys/dev/ath/ath_hal/ah_internal.h

Modified: head/sys/dev/ath/ath_hal/ah_internal.h
==============================================================================
--- head/sys/dev/ath/ath_hal/ah_internal.h	Fri Jun 24 23:26:45 2011	(r223523)
+++ head/sys/dev/ath/ath_hal/ah_internal.h	Fri Jun 24 23:59:14 2011	(r223524)
@@ -528,8 +528,8 @@ extern	int ath_hal_debug;	/* Global debu
 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 */
 
 /*


More information about the svn-src-all mailing list