aboutsummaryrefslogtreecommitdiffstats
path: root/net/sctp/associola.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/sctp/associola.c')
-rw-r--r--net/sctp/associola.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sctp/associola.c b/net/sctp/associola.c
index ed0445fe85e7..a5d7abba89e4 100644
--- a/net/sctp/associola.c
+++ b/net/sctp/associola.c
@@ -868,7 +868,7 @@ struct sctp_transport *sctp_assoc_lookup_tsn(struct sctp_association *asoc,
868 struct list_head *entry, *pos; 868 struct list_head *entry, *pos;
869 struct sctp_transport *transport; 869 struct sctp_transport *transport;
870 struct sctp_chunk *chunk; 870 struct sctp_chunk *chunk;
871 __u32 key = htonl(tsn); 871 __be32 key = htonl(tsn);
872 872
873 match = NULL; 873 match = NULL;
874 874