Skip to content

Commit

Permalink
Staging: slicoss: remove DBG_MSG
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Greg Kroah-Hartman committed Apr 3, 2009
1 parent 47881dd commit e8bc9b7
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 551 deletions.
8 changes: 0 additions & 8 deletions drivers/staging/slicoss/slicdbg.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading

0 comments on commit e8bc9b7

Please sign in to comment.