summaryrefslogtreecommitdiffstats
path: root/ncr_int.h
diff options
context:
space:
mode:
Diffstat (limited to 'ncr_int.h')
-rw-r--r--ncr_int.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ncr_int.h b/ncr_int.h
index cf26507..22fc7c5 100644
--- a/ncr_int.h
+++ b/ncr_int.h
@@ -4,7 +4,7 @@
#include "ncr.h"
#include <asm/atomic.h>
-#define err() printk(KERN_DEBUG"ncr: %s: %d\n", __func__, __LINE__)
+#define err() printk(KERN_DEBUG"ncr: %s: %s: %d\n", __FILE__, __func__, __LINE__)
struct data_item_st {
struct list_head list;