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

Adrian Chadd adrian at FreeBSD.org
Thu Nov 8 17:32:56 UTC 2012


Author: adrian
Date: Thu Nov  8 17:32:55 2012
New Revision: 242778
URL: http://svnweb.freebsd.org/changeset/base/242778

Log:
  Convert this to a debug printf; it's working fine now.

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

Modified: head/sys/dev/ath/if_ath_rx_edma.c
==============================================================================
--- head/sys/dev/ath/if_ath_rx_edma.c	Thu Nov  8 16:31:13 2012	(r242777)
+++ head/sys/dev/ath/if_ath_rx_edma.c	Thu Nov  8 17:32:55 2012	(r242778)
@@ -282,7 +282,7 @@ static void
 ath_edma_recv_flush(struct ath_softc *sc)
 {
 
-	device_printf(sc->sc_dev, "%s: called\n", __func__);
+	DPRINTF(sc, ATH_DEBUG_RECV, "%s: called\n", __func__);
 
 	ATH_PCU_LOCK(sc);
 	sc->sc_rxproc_cnt++;


More information about the svn-src-head mailing list