Home
last modified time | relevance | path

Searched hist:"6 f0be9b26621cefa6709b1d8bc15388eaf763126" (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/crypto/ccp/
H A Dccp-crypto.hdiff 6f0be9b26621cefa6709b1d8bc15388eaf763126 Tue Dec 10 10:38:33 CST 2013 Tom Lendacky <thomas.lendacky@amd.com> crypto: ccp - Fix sparse warnings in ccp-crypto-sha.c

The sha initialization data generated the following sparse warnings:

sparse: incorrect type in initializer (different base types)
expected unsigned int
got restricted __be32 [usertype] <noident>

Change the initialization data type from u32 to __be32.

Signed-off-by: Tom Lendacky <thomas.lendacky@amd.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
H A Dccp-crypto-sha.cdiff 6f0be9b26621cefa6709b1d8bc15388eaf763126 Tue Dec 10 10:38:33 CST 2013 Tom Lendacky <thomas.lendacky@amd.com> crypto: ccp - Fix sparse warnings in ccp-crypto-sha.c

The sha initialization data generated the following sparse warnings:

sparse: incorrect type in initializer (different base types)
expected unsigned int
got restricted __be32 [usertype] <noident>

Change the initialization data type from u32 to __be32.

Signed-off-by: Tom Lendacky <thomas.lendacky@amd.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>