From linux-kernel@vger.kernel.org Sun Dec 28 14:36:33 2003 Date: Mon, 22 Dec 2003 18:41:06 +0000 From: Linux Kernel Mailing List To: bk-commits-24@vger.kernel.org Subject: [PATCH] Initialize ioc3_timer before use ChangeSet 1.1339, 2003/12/22 16:41:06-02:00, ralf@linux-mips.org [PATCH] Initialize ioc3_timer before use # This patch includes the following deltas: # ChangeSet 1.1338 -> 1.1339 # drivers/net/ioc3-eth.c 1.15 -> 1.16 # ioc3-eth.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -ruN linux-2.4.23.mine/drivers/net/ioc3-eth.c linux-2.4.23/drivers/net/ioc3-eth.c --- linux-2.4.23.mine/drivers/net/ioc3-eth.c 2003-08-25 05:44:42.000000000 -0600 +++ linux-2.4.23/drivers/net/ioc3-eth.c 2003-12-28 22:39:33.291078118 -0700 @@ -1552,11 +1552,11 @@ #endif spin_lock_init(&ip->ioc3_lock); + init_timer(&ip->ioc3_timer); ioc3_stop(ip); ioc3_init(ip); - init_timer(&ip->ioc3_timer); ioc3_mii_init(ip); if (ip->phy == -1) {