|
@@ -48,8 +48,6 @@ typedef enum {
|
|
TRUE = 1
|
|
TRUE = 1
|
|
} boolean_t;
|
|
} boolean_t;
|
|
|
|
|
|
-#define MSGOUT(S, A, B) printk(KERN_DEBUG S "\n", A, B)
|
|
|
|
-
|
|
|
|
#ifdef DBG
|
|
#ifdef DBG
|
|
#define DEBUGOUT(S) printk(KERN_DEBUG S "\n")
|
|
#define DEBUGOUT(S) printk(KERN_DEBUG S "\n")
|
|
#define DEBUGOUT1(S, A...) printk(KERN_DEBUG S "\n", A)
|
|
#define DEBUGOUT1(S, A...) printk(KERN_DEBUG S "\n", A)
|
|
@@ -58,7 +56,7 @@ typedef enum {
|
|
#define DEBUGOUT1(S, A...)
|
|
#define DEBUGOUT1(S, A...)
|
|
#endif
|
|
#endif
|
|
|
|
|
|
-#define DEBUGFUNC(F) DEBUGOUT(F)
|
|
|
|
|
|
+#define DEBUGFUNC(F) DEBUGOUT(F "\n")
|
|
#define DEBUGOUT2 DEBUGOUT1
|
|
#define DEBUGOUT2 DEBUGOUT1
|
|
#define DEBUGOUT3 DEBUGOUT2
|
|
#define DEBUGOUT3 DEBUGOUT2
|
|
#define DEBUGOUT7 DEBUGOUT3
|
|
#define DEBUGOUT7 DEBUGOUT3
|