]> Pileus Git - ~andy/linux/blobdiff - drivers/staging/wlags49_h2/debug.h
staging: wlags49_h2: remove DBG_DEFN()
[~andy/linux] / drivers / staging / wlags49_h2 / debug.h
index d73b306cf04b8ffb342fc95763fd910628d4d7f9..792a1f76f4efd553df43e3d1f3c566307b128cdf 100644 (file)
 #endif /* DBG_PRINTC */
 
 
-#ifndef DBG_TRAP
-#   define DBG_TRAP         {}
-#endif /* DBG_TRAP */
-
-
 #define DBG_PARAM(A, N, F, S...)   {if (DBG_FLAGS(A) & DBG_PARAM_ON) \
                                DBG_PRINT("  %s -- "F"\n", N, S); }
 
                if (DBG_FLAGS(A) & DBG_ERROR_ON) {                      \
                        DBG_PRINT("%s:ERROR:%s ", DBG_NAME(A), __func__); \
                        DBG_PRINTC(S);                                  \
-                       DBG_TRAP;                                       \
                } } while (0)
 
 
                if (!(C)) {                                             \
                        DBG_PRINT("ASSERT(%s) -- %s#%d (%s)\n",         \
                                  #C, __FILE__, __LINE__, __func__);    \
-                       DBG_TRAP;                                       \
                } } while (0)
 
 typedef struct {
@@ -187,8 +180,6 @@ typedef struct {
 #else /* DBG */
 /****************************************************************************/
 
-#define DBG_DEFN
-#define DBG_TRAP
 #define DBG_PRINT(S...)
 #define DBG_PARAM(A, N, F, S...)
 #define DBG_ERROR(A, S...)