From: Tom Lendacky Date: Tue, 10 Dec 2013 16:38:33 +0000 (-0600) Subject: crypto: ccp - Fix sparse warnings in ccp-crypto-sha.c X-Git-Tag: v3.14-rc1~117^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f0be9b26621cefa6709b1d8bc15388eaf763126;p=pandora-kernel.git 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] Change the initialization data type from u32 to __be32. Signed-off-by: Tom Lendacky Signed-off-by: Herbert Xu --- Reading git-diff-tree failed