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>
This commit is contained in:
Stanimir Varbanov
2014-07-04 17:03:29 +03:00
committed by Herbert Xu
parent 178f827a60
commit 58a6535f1a
3 changed files with 20 additions and 17 deletions

View File

@@ -85,7 +85,7 @@ struct qce_alg_template {
struct list_head entry;
u32 crypto_alg_type;
unsigned long alg_flags;
const __be32 *std_iv;
const u32 *std_iv;
union {
struct crypto_alg crypto;
struct ahash_alg ahash;