Re: [TOKENRING]: rif_timer not initialized properly

2008-01-13 Thread David Miller
From: Eric Dumazet <[EMAIL PROTECTED]> Date: Mon, 14 Jan 2008 07:30:00 +0100 > Signed-off-by: Eric Dumazet <[EMAIL PROTECTED]> Applied to net-2.6, thanks Eric. -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at

[TOKENRING]: rif_timer not initialized properly

2008-01-13 Thread Eric Dumazet
Signed-off-by: Eric Dumazet <[EMAIL PROTECTED]> diff --git a/net/802/tr.c b/net/802/tr.c index a2bd0f2..1e115e5 100644 --- a/net/802/tr.c +++ b/net/802/tr.c @@ -642,7 +642,7 @@ struct net_device *alloc_trdev(int sizeof_priv) static int __init rif_init(void) { init_timer(&rif_timer); -