Date: Fri, 24 Jun 2011 23:59:15 +0000 (UTC) From: Adrian Chadd <adrian@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r223524 - head/sys/dev/ath/ath_hal Message-ID: <201106242359.p5ONxFUv075496@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 */ /*
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201106242359.p5ONxFUv075496>