git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
06e8680
)
sctp: Clean up sctp checksumming code
author
Vlad Yasevich
<vladislav.yasevich@hp.com>
Fri, 13 Feb 2009 08:33:42 +0000
(08:33 +0000)
committer
David S. Miller
<davem@davemloft.net>
Mon, 16 Feb 2009 08:03:10 +0000
(
00:03
-0800)
The sctp crc32c checksum is always generated in little endian.
So, we clean up the code to treat it as little endian and remove
all the __force casts.
Suggested by Herbert Xu.
Signed-off-by: Vlad Yasevich <vladislav.yasevich@hp.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found