Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Feb 2013 02:52:13 +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: r247073 - head/sys/dev/ath/ath_hal/ar5416
Message-ID:  <201302210252.r1L2qDdk037955@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 }
 



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