svn commit: r242540 - head/sys/dev/ath

Adrian Chadd adrian at FreeBSD.org
Sun Nov 4 00:46:02 UTC 2012


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


More information about the svn-src-head mailing list