patch-2.3.99-pre7 linux/drivers/net/tokenring/tms380tr.c

Next file: linux/drivers/net/tokenring/tmspci.c
Previous file: linux/drivers/net/tokenring/smctr.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.99-pre6/linux/drivers/net/tokenring/tms380tr.c linux/drivers/net/tokenring/tms380tr.c
@@ -270,8 +270,6 @@
 	tp->timer.expires	= jiffies + 30*HZ;
 	tp->timer.function	= tms380tr_timer_end_wait;
 	tp->timer.data		= (unsigned long)dev;
-	tp->timer.next		= NULL;
-	tp->timer.prev		= NULL;
 	add_timer(&tp->timer);
 
 	printk(KERN_INFO "%s: Adapter RAM size: %dK\n", 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)