[TOKENRING]: rif_timer not initialized properly

Signed-off-by: Eric Dumazet <dada1@cosmosbay.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by Eric Dumazet and committed by David S. Miller 1b310fca 2948d2eb

+1 -1
+1 -1
net/802/tr.c
··· 642 642 static int __init rif_init(void) 643 643 { 644 644 init_timer(&rif_timer); 645 - rif_timer.expires = sysctl_tr_rif_timeout; 645 + rif_timer.expires = jiffies + sysctl_tr_rif_timeout; 646 646 rif_timer.data = 0L; 647 647 rif_timer.function = rif_check_expire; 648 648 add_timer(&rif_timer);