commit | 8d32503efde82db4e0a370981e90628ebd6718b5 | [log] [tgz] |
---|---|---|
author | Xin Long <lucien.xin@gmail.com> | Sat Oct 28 19:43:55 2017 +0800 |
committer | David S. Miller <davem@davemloft.net> | Sun Oct 29 18:03:24 2017 +0900 |
tree | bf7488296ff1317d4ed77c8129795a9b54d28710 | |
parent | 1da4fc97cbf89514e417a3df46eaec864a9b8a48 [diff] |
sctp: fix some type cast warnings introduced by transport rhashtable These warnings were found by running 'make C=2 M=net/sctp/'. They are introduced by not aware of Endian for the port when coding transport rhashtable patches. Fixes: 7fda702f9315 ("sctp: use new rhlist interface on sctp transport rhashtable") Reported-by: Eric Dumazet <edumazet@google.com> Signed-off-by: Xin Long <lucien.xin@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>