speedtch speedtch.c,1.54,1.55

Roman Kagan rkagan at mail.ru
Tue Apr 26 01:42:33 EDT 2005


On Mon, Apr 25, 2005 at 10:49:18PM +0100, Duncan Sands wrote:
> --- speedtch.c	25 Apr 2005 21:47:30 -0000	1.54
> +++ speedtch.c	25 Apr 2005 21:49:15 -0000	1.55
> @@ -615,6 +612,9 @@
>  		}
>  	}
>  
> +	/* Start status polling */
> +	mod_timer(&instance->status_checker.timer, jiffies + (1 * HZ));
> +
>  	return 0;
>  }

While you are at this, you may want to kill the last reference to HZ by
using msecs_to_jiffies()...

Cheers,
  Roman.



More information about the Usbatm mailing list