]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - net/sctp/stream_interleave.c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
[linux.git] / net / sctp / stream_interleave.c
index a6bf215794661db08ab7373c2a34b402e1605b2d..102c6fefe38c93be2760ca7df0adfe62bead1313 100644 (file)
@@ -101,7 +101,7 @@ static void sctp_chunk_assign_mid(struct sctp_chunk *chunk)
 
 static bool sctp_validate_data(struct sctp_chunk *chunk)
 {
-       const struct sctp_stream *stream;
+       struct sctp_stream *stream;
        __u16 sid, ssn;
 
        if (chunk->chunk_hdr->type != SCTP_CID_DATA)