diff options
Diffstat (limited to 'net/dccp/ccids/ccid3.c')
-rw-r--r-- | net/dccp/ccids/ccid3.c | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/net/dccp/ccids/ccid3.c b/net/dccp/ccids/ccid3.c index d133416d3970..f56aaecb56b3 100644 --- a/net/dccp/ccids/ccid3.c +++ b/net/dccp/ccids/ccid3.c | |||
@@ -606,11 +606,8 @@ static int ccid3_hc_tx_init(struct ccid *ccid, struct sock *sk) | |||
606 | 606 | ||
607 | hctx->ccid3hctx_state = TFRC_SSTATE_NO_SENT; | 607 | hctx->ccid3hctx_state = TFRC_SSTATE_NO_SENT; |
608 | INIT_LIST_HEAD(&hctx->ccid3hctx_hist); | 608 | INIT_LIST_HEAD(&hctx->ccid3hctx_hist); |
609 | 609 | setup_timer(&hctx->ccid3hctx_no_feedback_timer, | |
610 | hctx->ccid3hctx_no_feedback_timer.function = | 610 | ccid3_hc_tx_no_feedback_timer, (unsigned long)sk); |
611 | ccid3_hc_tx_no_feedback_timer; | ||
612 | hctx->ccid3hctx_no_feedback_timer.data = (unsigned long)sk; | ||
613 | init_timer(&hctx->ccid3hctx_no_feedback_timer); | ||
614 | 611 | ||
615 | return 0; | 612 | return 0; |
616 | } | 613 | } |