commit | 08f46070dde2a835a7a5bfd4c70372c27bff5d88 | [log] [tgz] |
---|---|---|
author | Xin Long <lucien.xin@gmail.com> | Sun Nov 26 20:16:06 2017 +0800 |
committer | David S. Miller <davem@davemloft.net> | Tue Nov 28 11:00:13 2017 -0500 |
tree | 0f6463fbe1e6355e3f6b372216f4b5f9b153ff30 | |
parent | f95d5bf03b5ec0d7ea8e552e15abe70c646249b5 [diff] |
sctp: force SCTP_ERROR_INV_STRM with __u32 when calling sctp_chunk_fail This patch is to force SCTP_ERROR_INV_STRM with right type to fit in sctp_chunk_fail to avoid the sparse error. Signed-off-by: Xin Long <lucien.xin@gmail.com> Acked-by: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>