From: Alan Stern Date: Fri, 11 Oct 2013 15:28:02 +0000 (-0400) Subject: USB: NS_TO_US should round up X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~66^2~76 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=63fb3a280061c5a1d9190015e5a074213f9d23c0;p=pandora-kernel.git USB: NS_TO_US should round up Host controller drivers use the NS_TO_US macro to convert transaction times, which are computed in nanoseconds, to microseconds for scheduling. Periodic scheduling requires worst-case estimates, but the macro does its conversion using round-to-nearest. This patch changes it to use round-up, giving a correct worst-case value. Signed-off-by: Alan Stern Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed