diff options
Diffstat (limited to 'net/sctp/transport.c')
-rw-r--r-- | net/sctp/transport.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/sctp/transport.c b/net/sctp/transport.c index d0810dc5f079..1d348d15b33d 100644 --- a/net/sctp/transport.c +++ b/net/sctp/transport.c | |||
@@ -652,5 +652,4 @@ void sctp_transport_immediate_rtx(struct sctp_transport *t) | |||
652 | if (!mod_timer(&t->T3_rtx_timer, jiffies + t->rto)) | 652 | if (!mod_timer(&t->T3_rtx_timer, jiffies + t->rto)) |
653 | sctp_transport_hold(t); | 653 | sctp_transport_hold(t); |
654 | } | 654 | } |
655 | return; | ||
656 | } | 655 | } |