From: Richard Kennedy Date: Fri, 28 Mar 2008 21:50:30 +0000 (-0700) Subject: USB: ohci: fix 2 timers to fire at jiffies + 1s X-Git-Tag: v2.6.25-rc9~80^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9cebcdc7fb10d478b22d7125b215cee3b9ea82f2;p=pandora-kernel.git 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 Cc: Alan Stern Cc: David Brownell Cc: Arjan van de Ven Signed-off-by: Andrew Morton Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed