Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Aug 2012 00:53:58 +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: r239797 - head/sys/dev/ath
Message-ID:  <201208290053.q7T0rwCZ056033@svn.freebsd.org>

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



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