From f49f984d73e73b99d7388dfffa647c0d2f406d31 Mon Sep 17 00:00:00 2001 From: Jerry Jelinek Date: Wed, 21 Feb 2018 12:45:08 +0000 Subject: 9120 bnxe does not load in DEBUG [backout OS-6498] --- usr/src/uts/common/io/bnxe/bnxe_debug.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr/src/uts/common/io/bnxe/bnxe_debug.c b/usr/src/uts/common/io/bnxe/bnxe_debug.c index e8587a17b3..1411045f2c 100644 --- a/usr/src/uts/common/io/bnxe/bnxe_debug.c +++ b/usr/src/uts/common/io/bnxe/bnxe_debug.c @@ -186,7 +186,7 @@ void BnxeLogWarn(void * pDev, } -#ifdef DEBUG +#ifdef DBG void BnxeLogDbg(void * pDev, char * pFmt, @@ -209,7 +209,7 @@ void BnxeLogDbg(void * pDev, cmn_err(CE_WARN, "!%s: %s", BnxeDevName(pUM), buf); } -#endif /* DEBUG */ +#endif /* DBG */ void BnxeDumpMem(um_device_t * pUM, -- cgit v1.2.3