summaryrefslogtreecommitdiff
path: root/community/rt3562sta/rt3562sta-2.4.1.1-reduce_debug_output.patch
blob: 6754f214ddee3416ea2d5d0ea8317ed04b7c08da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- include/os/rt_linux.h.orig	2011-01-07 11:20:02.000000000 +0100
+++ include/os/rt_linux.h	2011-01-07 11:21:30.000000000 +0100
@@ -611,10 +611,10 @@
 
 #define DBGPRINT_RAW(Level, Fmt)    \
 do{                                   \
-    if (Level <= RTDebugLevel)      \
+/*    if (Level <= RTDebugLevel)      \
     {                               \
         printk Fmt;               \
-    }                               \
+    }*/                               \
 }while(0)
 
 #define DBGPRINT(Level, Fmt)    DBGPRINT_RAW(Level, Fmt)