Remove an unnecessary debug printf.

This commit is contained in:
Justin Hibbits 2016-10-21 02:07:03 +00:00
parent dcb19c3886
commit 525b23c541
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=307695

View File

@ -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)