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)
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"