summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjal2 <jal2>2003-04-05 16:58:31 +0000
committerjal2 <jal2>2003-04-05 16:58:31 +0000
commit67c15b3aec33b2580a8029cc48e437a5d24ebc3b (patch)
tree71955464db0d7305cf65ce3a256db718f7aa0cd4
parent1d176eed20fa9f3a61522a3440088496a6609fb9 (diff)
fixed bug hanging SMP systems (hopefully)
-rw-r--r--usbdfu.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/usbdfu.c b/usbdfu.c
index 99c0917..dd24894 100644
--- a/usbdfu.c
+++ b/usbdfu.c
@@ -461,7 +461,9 @@ static void kevent_timer(unsigned long data)
defer_kevent(dev, KEVENT_FLAG_RESET);
- del_timer_sync(&dev->timer);
+/* jal: this hangs SMP systems. no need to stop the timer, as
+ it is non-periodic */
+// del_timer_sync(&dev->timer);
}
/* TODO: how do we make sure the device hasn't been