summaryrefslogtreecommitdiffstats
path: root/ncr_int.h
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2010-06-04 07:28:19 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2010-06-17 20:47:39 +0200
commitc8f69207e6d5fb654814833676f5f786084a8576 (patch)
tree229f8e227af42111adc988015112707330f530d8 /ncr_int.h
parentf3146e2631f23c80e9ce43cbff33b294cab9f535 (diff)
downloadcryptodev-linux-c8f69207e6d5fb654814833676f5f786084a8576.tar.gz
cryptodev-linux-c8f69207e6d5fb654814833676f5f786084a8576.tar.xz
cryptodev-linux-c8f69207e6d5fb654814833676f5f786084a8576.zip
Some updates in the server approach (not working yet).
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;