mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 2.5.69-ac1] kill del_timer in floppy98.c
@ 2003-05-07  4:33 Vinay K Nallamothu
  0 siblings, 0 replies; only message in thread
From: Vinay K Nallamothu @ 2003-05-07  4:33 UTC (permalink / raw)
  To: Alan Cox; +Cc: LKML

Hi,

Missed out killing del_timer while converting {del,add}_timer to mod_timer.
Please apply.

Thanks
vinay

--- linux-2.5.69-ac1/drivers/block/floppy98.c	2003-05-07 09:55:00.000000000 +0530
+++ linux-2.5.69-ac1-nvk/drivers/block/floppy98.c	2003-05-07 09:58:44.000000000 +0530
@@ -706,7 +706,6 @@
 
 	if (drive == current_reqD)
 		drive = current_drive;
-	del_timer(&fd_timeout);
 	if (drive < 0 || drive > N_DRIVE) {
 		delay = jiffies + 20UL*HZ;
 		drive=0;




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-05-07  4:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-05-07  4:33 [PATCH 2.5.69-ac1] kill del_timer in floppy98.c Vinay K Nallamothu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®