aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/qce/common.h
diff options
context:
space:
mode:
authorStanimir Varbanov <svarbanov@mm-sol.com>2014-07-04 10:03:29 -0400
committerHerbert Xu <herbert@gondor.apana.org.au>2014-07-08 09:18:21 -0400
commit58a6535f1a830f55076b82063dc83dc2a9fadf23 (patch)
treec6ddbdcda3b363f1d8aaad05d66f0076c5285af1 /drivers/crypto/qce/common.h
parent178f827a60becdcff67df61cc9f0200fcce93f6c (diff)
crypto: qce - fix sparse warnings
Fix few sparse warnings of type: - sparse: incorrect type in argument - sparse: incorrect type in initializer Signed-off-by: Stanimir Varbanov <svarbanov@mm-sol.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'drivers/crypto/qce/common.h')
-rw-r--r--drivers/crypto/qce/common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/crypto/qce/common.h b/drivers/crypto/qce/common.h
index 411b1fc97216..a4addd4f7d6c 100644
--- a/drivers/crypto/qce/common.h
+++ b/drivers/crypto/qce/common.h
@@ -85,7 +85,7 @@ struct qce_alg_template {
85 struct list_head entry; 85 struct list_head entry;
86 u32 crypto_alg_type; 86 u32 crypto_alg_type;
87 unsigned long alg_flags; 87 unsigned long alg_flags;
88 const __be32 *std_iv; 88 const u32 *std_iv;
89 union { 89 union {
90 struct crypto_alg crypto; 90 struct crypto_alg crypto;
91 struct ahash_alg ahash; 91 struct ahash_alg ahash;