Re: [PATCH] jiffies_round -> jiffies_round_relative conversion in EDAC drivers

2007-10-15 Thread Arjan van de Ven
On Mon, 15 Oct 2007 00:34:28 -0500 Anton Blanchard <[EMAIL PROTECTED]> wrote: > > When rounding a relative timeout we need to use > round_jiffies_relative(). > > Signed-off-by: Anton Blanchard <[EMAIL PROTECTED]> Acked-by: Arjan van de Ven <[EMAIL PROTECTED]> - To unsubscribe from this list: s

[PATCH] jiffies_round -> jiffies_round_relative conversion in EDAC drivers

2007-10-14 Thread Anton Blanchard
When rounding a relative timeout we need to use round_jiffies_relative(). Signed-off-by: Anton Blanchard <[EMAIL PROTECTED]> --- diff --git a/drivers/edac/edac_device.c b/drivers/edac/edac_device.c index f3690a6..46400ec 100644 --- a/drivers/edac/edac_device.c +++ b/drivers/edac/edac_device.c @