linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 36/36] drivers/staging/line6/config.h: Delete CHECKPOINT macro
@ 2012-05-07 18:27 Johannes Thumshirn
  2012-05-07 18:43 ` Greg KH
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Johannes Thumshirn @ 2012-05-07 18:27 UTC (permalink / raw)
  To: gregkh, devel, linux-kernel
  Cc: grabner, andor.daam, thomas, jj, stefanha, Johannes Thumshirn

Kill unused debugging macro CHECKPOINT

Signed-off-by: Johannes Thumshirn <morbidrsa@googlemail.com>
---
 drivers/staging/line6/config.h |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/drivers/staging/line6/config.h b/drivers/staging/line6/config.h
index a82d8bf..2493491 100644
--- a/drivers/staging/line6/config.h
+++ b/drivers/staging/line6/config.h
@@ -34,11 +34,6 @@
 #define CREATE_RAW_FILE      0
 
 #if DO_DEBUG_MESSAGES
-#define CHECKPOINT pr_info("line6usb: %s (%s:%d)\n", \
-			  __func__, __FILE__, __LINE__)
-#endif
-
-#if DO_DEBUG_MESSAGES
 #define DEBUG_MESSAGES(x) (x)
 #else
 #define DEBUG_MESSAGES(x)
-- 
1.7.7.6


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2012-05-10 21:07 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-05-07 18:27 [PATCH 36/36] drivers/staging/line6/config.h: Delete CHECKPOINT macro Johannes Thumshirn
2012-05-07 18:43 ` Greg KH
2012-05-09 20:51 ` Greg KH
2012-05-10 16:30 ` [PATCH] drivers/staging/line6/config.h: Remove " Johannes Thumshirn
2012-05-10 16:49   ` Greg KH
2012-05-10 20:43     ` Markus Grabner
2012-05-10 17:12 ` Johannes Thumshirn

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).