diff options
Diffstat (limited to 'net/sctp/sm_statefuns.c')
-rw-r--r-- | net/sctp/sm_statefuns.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sctp/sm_statefuns.c b/net/sctp/sm_statefuns.c index f02ce3dddb7b..fd2dfdd7d7fd 100644 --- a/net/sctp/sm_statefuns.c +++ b/net/sctp/sm_statefuns.c | |||
@@ -1779,7 +1779,7 @@ static sctp_disposition_t sctp_sf_do_dupcook_d(const struct sctp_endpoint *ep, | |||
1779 | SCTP_COMM_UP, 0, | 1779 | SCTP_COMM_UP, 0, |
1780 | asoc->c.sinit_num_ostreams, | 1780 | asoc->c.sinit_num_ostreams, |
1781 | asoc->c.sinit_max_instreams, | 1781 | asoc->c.sinit_max_instreams, |
1782 | NULL, GFP_ATOMIC); | 1782 | NULL, GFP_ATOMIC); |
1783 | if (!ev) | 1783 | if (!ev) |
1784 | goto nomem; | 1784 | goto nomem; |
1785 | 1785 | ||