diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2010-06-04 07:28:19 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2010-06-17 20:47:39 +0200 |
commit | c8f69207e6d5fb654814833676f5f786084a8576 (patch) | |
tree | 229f8e227af42111adc988015112707330f530d8 /ncr_int.h | |
parent | f3146e2631f23c80e9ce43cbff33b294cab9f535 (diff) | |
download | cryptodev-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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |