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

Adrian Chadd adrian at FreeBSD.org
Wed Aug 29 00:53:41 UTC 2012


Author: adrian
Date: Wed Aug 29 00:53:41 2012
New Revision: 239796
URL: http://svn.freebsd.org/changeset/base/239796

Log:
  Remove extra debugging - there's no longer any need.

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

Modified: head/sys/dev/ath/if_ath_rx.c
==============================================================================
--- head/sys/dev/ath/if_ath_rx.c	Tue Aug 28 22:50:47 2012	(r239795)
+++ head/sys/dev/ath/if_ath_rx.c	Wed Aug 29 00:53:41 2012	(r239796)
@@ -1093,8 +1093,6 @@ void
 ath_recv_setup_legacy(struct ath_softc *sc)
 {
 
-	device_printf(sc->sc_dev, "DMA setup: legacy\n");
-
 	/* Sensible legacy defaults */
 	sc->sc_rx_statuslen = 0;
 


More information about the svn-src-all mailing list