Skip to content

Commit

Permalink
staging: line6/config.h: Remove CHECKPOINT macro
Browse files Browse the repository at this point in the history
Kill unused debugging macro CHECKPOINT

Signed-off-by: Johannes Thumshirn <morbidrsa@googlemail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Johannes Thumshirn authored and Greg Kroah-Hartman committed May 14, 2012
1 parent fb60367 commit c15974e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions drivers/staging/line6/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,6 @@
DO_DUMP_MIDI_SEND || DO_DUMP_MIDI_RECEIVE)
#define CREATE_RAW_FILE 0

#if DO_DEBUG_MESSAGES
#define CHECKPOINT printk(KERN_INFO "line6usb: %s (%s:%d)\n", \
__func__, __FILE__, __LINE__)
#endif

#if DO_DEBUG_MESSAGES
#define DEBUG_MESSAGES(x) (x)
#else
Expand Down

0 comments on commit c15974e

Please sign in to comment.