Re: [PATCH] introduce setup_timer() helper

From: Arjan van de Ven
Date: Sun Sep 18 2005 - 10:25:09 EST


> unsigned long data)
> +{
> + timer->function = function;
> + timer->data = data;
> + init_timer(timer);
> +}

are you sure you want to do this in this order???
I'd expect the init_timer to be first...

Attachment: signature.asc
Description: This is a digitally signed message part