Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Oct 2016 02:07:04 +0000 (UTC)
From:      Justin Hibbits <jhibbits@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r307695 - head/sys/dev/dpaa
Message-ID:  <201610210207.u9L274Fl009447@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jhibbits
Date: Fri Oct 21 02:07:03 2016
New Revision: 307695
URL: https://svnweb.freebsd.org/changeset/base/307695

Log:
  Remove an unnecessary debug printf.

Modified:
  head/sys/dev/dpaa/bman.c

Modified: head/sys/dev/dpaa/bman.c
==============================================================================
--- head/sys/dev/dpaa/bman.c	Thu Oct 20 23:53:16 2016	(r307694)
+++ head/sys/dev/dpaa/bman.c	Fri Oct 21 02:07:03 2016	(r307695)
@@ -117,7 +117,6 @@ bman_attach(device_t dev)
 	bp.errIrq = (uintptr_t)sc->sc_ires;
 	bp.partBpidBase = 0;
 	bp.partNumOfPools = BM_MAX_NUM_OF_POOLS;
-	printf("base address: %llx\n", (uint64_t)bp.baseAddress);
 
 	sc->sc_bh = BM_Config(&bp);
 	if (sc->sc_bh == NULL)



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