aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/line6/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/line6/config.h')
-rw-r--r--drivers/staging/line6/config.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/staging/line6/config.h b/drivers/staging/line6/config.h
index 8cefdbac9d2..adad130c5dc 100644
--- a/drivers/staging/line6/config.h
+++ b/drivers/staging/line6/config.h
@@ -34,7 +34,8 @@
#define CREATE_RAW_FILE 0
#if DO_DEBUG_MESSAGES
-#define CHECKPOINT printk("line6usb: %s (%s:%d)\n", __FUNCTION__, __FILE__, __LINE__)
+#define CHECKPOINT printk(KERN_INFO "line6usb: %s (%s:%d)\n", \
+ __func__, __FILE__, __LINE__)
#endif
#if DO_DEBUG_MESSAGES