lkml.org 
[lkml]   [2003]   [May]   [7]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Subject[PATCH 2.5.69-ac1] kill del_timer in floppy98.c
From
Date
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;


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:35    [W:0.026 / U:1.140 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site