git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e37b94e
)
crypto: ccp - Fix sparse warnings in ccp-crypto-sha.c
author
Tom Lendacky
<thomas.lendacky@amd.com>
Tue, 10 Dec 2013 16:38:33 +0000
(10:38 -0600)
committer
Herbert Xu
<herbert@gondor.apana.org.au>
Fri, 20 Dec 2013 12:06:19 +0000
(20:06 +0800)
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>
No differences found