speedtch speedtch.c,1.56,1.57
Duncan Sands
duncan at infradead.org
Tue Apr 26 03:03:22 EDT 2005
Update of /home/cvs/speedtch
In directory phoenix.infradead.org:/tmp/cvs-serv25146
Modified Files:
speedtch.c
Log Message:
Get rid of last use of HZ.
Index: speedtch.c
===================================================================
RCS file: /home/cvs/speedtch/speedtch.c,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- speedtch.c 26 Apr 2005 06:54:54 -0000 1.56
+++ speedtch.c 26 Apr 2005 07:03:19 -0000 1.57
@@ -613,7 +613,7 @@
}
/* Start status polling */
- mod_timer(&instance->status_checker.timer, jiffies + (1 * HZ));
+ mod_timer(&instance->status_checker.timer, jiffies + msecs_to_jiffies(1000));
return 0;
}
More information about the Usbatm-commits
mailing list