From 5d3a44ff1aeb8ace6e08df3cad16102aaac1ef09 Mon Sep 17 00:00:00 2001 From: Sergey Matyukevich Date: Sun, 13 Jun 2021 15:51:51 +0300 Subject: [PATCH] include: disable debug messages Disable debug messages to make rtl8189fs driver less noisy. Signed-off-by: Sergey Matyukevich --- include/autoconf.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/autoconf.h b/include/autoconf.h index 44efe42..b5df57b 100644 --- a/include/autoconf.h +++ b/include/autoconf.h @@ -224,8 +224,6 @@ /* * Debug Related Config */ -#define CONFIG_DEBUG /* DBG_871X, etc... */ - #ifdef CONFIG_DEBUG #define DBG 1 // for ODM & BTCOEX debug //#define CONFIG_DEBUG_RTL871X /* RT_TRACE, RT_PRINT_DATA, _func_enter_, _func_exit_ */ -- 2.32.0