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
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to