Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Nov 2012 00:46:02 +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: r242540 - head/sys/dev/ath
Message-ID:  <201211040046.qA40k20q079118@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adrian
Date: Sun Nov  4 00:46:01 2012
New Revision: 242540
URL: http://svn.freebsd.org/changeset/base/242540

Log:
  Oops - conditionalise that.

Modified:
  head/sys/dev/ath/if_ath_tx_edma.c

Modified: head/sys/dev/ath/if_ath_tx_edma.c
==============================================================================
--- head/sys/dev/ath/if_ath_tx_edma.c	Sun Nov  4 00:30:42 2012	(r242539)
+++ head/sys/dev/ath/if_ath_tx_edma.c	Sun Nov  4 00:46:01 2012	(r242540)
@@ -449,7 +449,9 @@ ath_edma_tx_proc(void *arg, int npending
 
 		ATH_TXSTATUS_LOCK(sc);
 		status = ath_hal_txprocdesc(ah, NULL, (void *) &ts);
+#ifdef	ATH_DEBUG
 		ath_hal_gettxrawtxdesc(ah, txstatus);
+#endif
 		ATH_TXSTATUS_UNLOCK(sc);
 
 #ifdef	ATH_DEBUG



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211040046.qA40k20q079118>