commit | d7e055f1975cac560427c924d2bff4b5d41fe442 | [log] [tgz] |
---|---|---|
author | Sarah Sharp <sarah.a.sharp@linux.intel.com> | Tue Oct 27 10:54:49 2009 -0700 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Fri Dec 11 11:55:17 2009 -0800 |
tree | ce59cb74b4479ef9f1659899d4e5c560faac0eaf | |
parent | 3c67d899cde32099bfc484f6ccc9b90c2e0c9fc8 [diff] |
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 <sarah.a.sharp@linux.intel.com> Cc: David Brownell <dbrownell@users.sourceforge.net> Acked-by: Alan Stern <stern@rowland.harvard.edu> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>