diff options
author | Bob Pearson <[email protected]> | 2012-03-23 15:02:23 -0700 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2012-03-23 16:58:37 -0700 |
commit | ce4320ddda4c2520fe77194d3c801ad4e8a8aa11 (patch) | |
tree | 273b405fa1d10a185123d216fd33286d50de74f0 /tools/perf/util/scripting-engines/trace-event-python.c | |
parent | 60e58d5c9d8d698600e8ccb44b5a13cf99d0d90f (diff) |
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 'tools/perf/util/scripting-engines/trace-event-python.c')
0 files changed, 0 insertions, 0 deletions