From owner-svn-src-all@FreeBSD.ORG Fri Jun 24 23:59:15 2011 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 42E61106566C; Fri, 24 Jun 2011 23:59:15 +0000 (UTC) (envelope-from adrian@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 33A928FC08; Fri, 24 Jun 2011 23:59:15 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id p5ONxFHs075498; Fri, 24 Jun 2011 23:59:15 GMT (envelope-from adrian@svn.freebsd.org) Received: (from adrian@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id p5ONxFUv075496; Fri, 24 Jun 2011 23:59:15 GMT (envelope-from adrian@svn.freebsd.org) Message-Id: <201106242359.p5ONxFUv075496@svn.freebsd.org> From: Adrian Chadd Date: Fri, 24 Jun 2011 23:59:15 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r223524 - head/sys/dev/ath/ath_hal X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Jun 2011 23:59:15 -0000 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 */ /*