From: Bob Pearson Date: Fri, 23 Mar 2012 22:02:23 +0000 (-0700) Subject: crc32: fix mixing of endian-specific types X-Git-Tag: v3.4-rc1~109^2~61 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce4320ddda4c2520fe77194d3c801ad4e8a8aa11;p=pandora-kernel.git crc32: fix mixing of endian-specific types crc32.c in its original version freely mixed u32, __le32 and __be32 types which caused warnings from sparse with __CHECK_ENDIAN__. This patch fixes these by forcing the types to u32. [djwong@us.ibm.com: Minor changelog tweaks] Signed-off-by: Bob Pearson Signed-off-by: Darrick J. Wong Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed