Author: adrian
Date: Thu Feb 21 02:52:13 2013
New Revision: 247073
URL: http://svnweb.freebsd.org/changeset/base/247073

Log:
  Remove this unneeded printf(), sorry!

Modified:
  head/sys/dev/ath/ath_hal/ar5416/ar5416_attach.c

Modified: head/sys/dev/ath/ath_hal/ar5416/ar5416_attach.c
==============================================================================
--- head/sys/dev/ath/ath_hal/ar5416/ar5416_attach.c     Thu Feb 21 02:43:44 
2013        (r247072)
+++ head/sys/dev/ath/ath_hal/ar5416/ar5416_attach.c     Thu Feb 21 02:52:13 
2013        (r247073)
@@ -254,10 +254,6 @@ ar5416InitState(struct ath_hal_5416 *ahp
                AH5212(ah)->ah_txTrigLev = (AR_FTRIG_512B >> AR_FTRIG_S);
                AH5212(ah)->ah_maxTxTrigLev = ((4096 / 64) - 1);
        }
-       ath_hal_printf(ah, "%s: trigLev=%d, maxTxTrigLev=%d\n",
-           __func__,
-           AH5212(ah)->ah_txTrigLev,
-           AH5212(ah)->ah_maxTxTrigLev);
 #undef AR_FTRIG_512B
 }
 
_______________________________________________
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