Revert "mgb: Use MGB_DEBUG instead of DEBUG"

This reverts commit 5aa9f8dae3.

We might as well get coverage of this code via LINT.

Reported by:	mhorne
This commit is contained in:
Ed Maste 2021-09-29 11:04:23 -04:00
parent 440c645b8f
commit 09e4502d5c

View File

@ -620,7 +620,7 @@ mgb_init(if_ctx_t ctx)
error);
}
#ifdef MGB_DEBUG
#ifdef DEBUG
static void
mgb_dump_some_stats(struct mgb_softc *sc)
{