1From 5d3a44ff1aeb8ace6e08df3cad16102aaac1ef09 Mon Sep 17 00:00:00 2001 2From: Sergey Matyukevich <geomatsi@gmail.com> 3Date: Sun, 13 Jun 2021 15:51:51 +0300 4Subject: [PATCH] include: disable debug messages 5 6Disable debug messages to make rtl8189fs driver less noisy. 7 8Signed-off-by: Sergey Matyukevich <geomatsi@gmail.com> 9--- 10 include/autoconf.h | 2 -- 11 1 file changed, 2 deletions(-) 12 13diff --git a/include/autoconf.h b/include/autoconf.h 14index 44efe42..b5df57b 100644 15--- a/include/autoconf.h 16+++ b/include/autoconf.h 17@@ -224,8 +224,6 @@ 18 /* 19 * Debug Related Config 20 */ 21-#define CONFIG_DEBUG /* DBG_871X, etc... */ 22- 23 #ifdef CONFIG_DEBUG 24 #define DBG 1 // for ODM & BTCOEX debug 25 //#define CONFIG_DEBUG_RTL871X /* RT_TRACE, RT_PRINT_DATA, _func_enter_, _func_exit_ */ 26-- 272.32.0 28 29