updated on Sat Jan 21 08:01:15 UTC 2012
[aur-mirror.git] / rt3562sta / rt3562sta-2.4.1.1-reduce_debug_output.patch
blob6754f214ddee3416ea2d5d0ea8317ed04b7c08da
1 --- include/os/rt_linux.h.orig 2011-01-07 11:20:02.000000000 +0100
2 +++ include/os/rt_linux.h 2011-01-07 11:21:30.000000000 +0100
3 @@ -611,10 +611,10 @@
5 #define DBGPRINT_RAW(Level, Fmt) \
6 do{ \
7 - if (Level <= RTDebugLevel) \
8 +/* if (Level <= RTDebugLevel) \
9 { \
10 printk Fmt; \
11 - } \
12 + }*/ \
13 }while(0)
15 #define DBGPRINT(Level, Fmt) DBGPRINT_RAW(Level, Fmt)