staging: line6/config.h: Remove CHECKPOINT macro
authorJohannes Thumshirn <morbidrsa@googlemail.com>
Thu, 10 May 2012 17:12:02 +0000 (19:12 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 14 May 2012 20:01:44 +0000 (13:01 -0700)
Kill unused debugging macro CHECKPOINT

Signed-off-by: Johannes Thumshirn <morbidrsa@googlemail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/line6/config.h

index f8a5149e3dadabc28d480d61709ce83f72701192..2493491bb7bcdcb59d1287c4575482eda43566c6 100644 (file)
                              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
This page took 0.028751 seconds and 5 git commands to generate.