Browse Source

Staging: slicoss: remove DBG_MSG

It's not being used for anything, so delete it and all instances of it.

Cc: Lior Dotan <liodot@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Greg Kroah-Hartman 16 years ago
parent
commit
e8bc9b7a20
2 changed files with 16 additions and 370 deletions
  1. 0 8
      drivers/staging/slicoss/slicdbg.h
  2. 16 362
      drivers/staging/slicoss/slicoss.c

+ 0 - 8
drivers/staging/slicoss/slicdbg.h

@@ -49,14 +49,6 @@
 #define SLIC_DISPLAY              printk
 #define DBG_ERROR(n, args...)   SLIC_DISPLAY(KERN_EMERG n, ##args)
 
-#define SLIC_DEBUG_MESSAGE 1
-#if SLIC_DEBUG_MESSAGE
-/*#define DBG_MSG(n, args...)      SLIC_DISPLAY(SLICLEVEL n, ##args)*/
-#define DBG_MSG(n, args...)
-#else
-#define DBG_MSG(n, args...)
-#endif
-
 #ifdef ASSERT
 #undef ASSERT
 #endif

File diff suppressed because it is too large
+ 16 - 362
drivers/staging/slicoss/slicoss.c


Some files were not shown because too many files changed in this diff