From: Sarah Sharp Date: Tue, 27 Oct 2009 17:54:49 +0000 (-0700) Subject: USB: ehci: Minor constant fix for SCHEDULE_SLOP. X-Git-Tag: v2.6.33-rc1~315^2~95 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d7e055f1975cac560427c924d2bff4b5d41fe442;p=pandora-kernel.git USB: ehci: Minor constant fix for SCHEDULE_SLOP. Change the constant SCHEDULE_SLOP to be 80 microframes, instead of 10 frames. It was always multiplied by 8 to convert frames to microframes. SCHEDULE_SLOP is only used in ehci-sched.c. Signed-off-by: Sarah Sharp Cc: David Brownell Acked-by: Alan Stern Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed