patch-2.4.0-test10 linux/drivers/pcmcia/bulkmem.c
Next file: linux/drivers/pcmcia/cistpl.c
Previous file: linux/drivers/pci/quirks.c
Back to the patch index
Back to the overall index
- Lines: 19
- Date:
Thu Oct 26 16:52:16 2000
- Orig file:
v2.4.0-test9/linux/drivers/pcmcia/bulkmem.c
- Orig date:
Sat Sep 2 00:13:49 2000
diff -u --recursive --new-file v2.4.0-test9/linux/drivers/pcmcia/bulkmem.c linux/drivers/pcmcia/bulkmem.c
@@ -2,7 +2,7 @@
PCMCIA Bulk Memory Services
- bulkmem.c 1.37 2000/06/12 21:29:35
+ bulkmem.c 1.38 2000/09/25 19:29:51
The contents of this file are subject to the Mozilla Public
License Version 1.1 (the "License"); you may not use this file
@@ -156,8 +156,7 @@
case MTD_WAITRDY:
if (req.Status == MTD_WAITRDY)
insert_queue(&s->erase_busy, busy);
- busy->timeout.expires = jiffies + req.Timeout*HZ/1000;
- add_timer(&busy->timeout);
+ mod_timer(&busy->timeout, jiffies + req.Timeout*HZ/1000);
break;
}
} else {
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)