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

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


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

Log:
  Remove - not needed.

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	Wed Aug 29 00:53:41 2012	(r239796)
+++ head/sys/dev/ath/if_ath_rx_edma.c	Wed Aug 29 00:53:58 2012	(r239797)
@@ -817,8 +817,6 @@ void
 ath_recv_setup_edma(struct ath_softc *sc)
 {
 
-	device_printf(sc->sc_dev, "DMA setup: EDMA\n");
-
 	/* Set buffer size to 4k */
 	sc->sc_edma_bufsize = 4096;
 


More information about the svn-src-all mailing list