mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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:
parent
440c645b8f
commit
09e4502d5c
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue