diff options
| author | Bob Pearson <[email protected]> | 2012-03-23 22:02:23 +0000 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2012-03-23 23:58:37 +0000 |
| commit | ce4320ddda4c2520fe77194d3c801ad4e8a8aa11 (patch) | |
| tree | 273b405fa1d10a185123d216fd33286d50de74f0 /net/unix/af_unix.c | |
| parent | crc32: miscellaneous cleanups (diff) | |
| download | kernel-ce4320ddda4c2520fe77194d3c801ad4e8a8aa11.tar.gz kernel-ce4320ddda4c2520fe77194d3c801ad4e8a8aa11.zip | |
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.
[[email protected]: Minor changelog tweaks]
Signed-off-by: Bob Pearson <[email protected]>
Signed-off-by: Darrick J. Wong <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions
