From: Stephan Mueller Date: Tue, 26 Aug 2014 07:32:24 +0000 (+0200) Subject: crypto: drbg - fix sparse warning for cpu_to_be[32|64] X-Git-Tag: fixes-for-v3.18-merge-window~17^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c8ae03f41e635813b777a0989d8ac1ff5a8494e;p=pandora-kernel.git crypto: drbg - fix sparse warning for cpu_to_be[32|64] The sparse tool complained that the cpu_to_be[32|64] functions return __be[32|64] instead of __u32 or __u64. The patch replaces the __u32 and __u64 with __be32 and __be64. Reported-by: kbuild test robot Signed-off-by: Stephan Mueller Signed-off-by: Herbert Xu --- Reading git-diff-tree failed