diff options
| author | Justin Hibbits <jhibbits@FreeBSD.org> | 2016-10-21 02:07:03 +0000 |
|---|---|---|
| committer | Justin Hibbits <jhibbits@FreeBSD.org> | 2016-10-21 02:07:03 +0000 |
| commit | 525b23c541a7dcbe95fdab6e196011cfd93ea1ec (patch) | |
| tree | a8275edd12ebfa782ebf9d7e2e2f9ce9b36440a8 /sys/dev/dpaa | |
| parent | dcb19c38864409a593c6cdcabc6b0c12cd14c4c8 (diff) | |
Notes
Diffstat (limited to 'sys/dev/dpaa')
| -rw-r--r-- | sys/dev/dpaa/bman.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/dpaa/bman.c b/sys/dev/dpaa/bman.c index 50c75e4a20f5..dabdad4eb18a 100644 --- a/sys/dev/dpaa/bman.c +++ b/sys/dev/dpaa/bman.c @@ -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) |
