Richard Kennedy 9cebcdc7fb USB: ohci: fix 2 timers to fire at jiffies + 1s
Code inspection discovered in 2 places timers were being incorrectly setup
using round_jiffies_relative(HZ).  The timer would then fire at time (0 <= T <
HZ).

Fix them to use round_jiffies(jiffies + HZ);

Signed-off-by: Richard Kennedy <richard@rsk.demon.co.uk>
Cc: Alan Stern <stern@rowland.harvard.edu>
Cc: David Brownell <david-b@pacbell.net>
Cc: Arjan van de Ven <arjan@infradead.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2008-04-02 15:06:09 -07:00
..
2008-02-01 14:34:57 -08:00
2008-03-10 16:42:27 -07:00
2008-04-02 15:06:08 -07:00
2008-02-01 14:35:02 -08:00
2007-08-20 23:38:44 -07:00
2008-03-24 22:26:15 -07:00
2008-02-21 15:38:56 -08:00
2007-07-12 16:34:29 -07:00
2008-01-27 18:14:47 +01:00
2007-07-12 16:34:30 -07:00
2008-02-01 14:35:03 -08:00
2008-02-01 14:35:05 -08:00
2008-02-01 14:34:57 -08:00
2005-04-16 15:20:36 -07:00
2008-02-23 20:29:09 -08:00
2007-10-12 14:55:19 -07:00
2007-10-12 14:55:23 -07:00
2007-03-09 19:52:23 -08:00