]> rtime.felk.cvut.cz Git - can-eth-gw-linux.git/commitdiff
sparc64: Add missing pr_fmt define to crypto opcode drivers.
authorDavid S. Miller <davem@davemloft.net>
Sat, 15 Sep 2012 16:17:10 +0000 (09:17 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sat, 15 Sep 2012 16:17:10 +0000 (09:17 -0700)
The hashes and crc32c had it, only the AES/DES/CAMELLIA drivers were
missing it.

Signed-off-by: David S. Miller <davem@davemloft.net>
arch/sparc/crypto/aes_glue.c
arch/sparc/crypto/camellia_glue.c
arch/sparc/crypto/des_glue.c

index 180bed441aa09f5eda1850bee5d489b14f043184..8f1c9980f63767254e2133f0218fc449754f3b0f 100644 (file)
@@ -14,6 +14,8 @@
  *    Copyright (c) 2010, Intel Corporation.
  */
 
+#define pr_fmt(fmt)    KBUILD_MODNAME ": " fmt
+
 #include <linux/crypto.h>
 #include <linux/init.h>
 #include <linux/module.h>
index f45ae69d0d1af02e0cf644cb723ea18a0515d627..42905c084299ebc962925cce691900bfd9fcad4a 100644 (file)
@@ -3,6 +3,8 @@
  * Copyright (C) 2012 David S. Miller <davem@davemloft.net>
  */
 
+#define pr_fmt(fmt)    KBUILD_MODNAME ": " fmt
+
 #include <linux/crypto.h>
 #include <linux/init.h>
 #include <linux/module.h>
index 77d2ad6e899ef86953e8c2e851a09c3577230164..c4940c2d307391dd47dbe04447ccc749b5b40962 100644 (file)
@@ -3,6 +3,8 @@
  * Copyright (C) 2012 David S. Miller <davem@davemloft.net>
  */
 
+#define pr_fmt(fmt)    KBUILD_MODNAME ": " fmt
+
 #include <linux/crypto.h>
 #include <linux/init.h>
 #include <linux/module.h>