From: Kevin Hilman Date: Tue, 8 Dec 2009 23:34:25 +0000 (-0700) Subject: OMAP: omap_device: fix nsec/usec conversion in latency calculations X-Git-Tag: v2.6.33-rc1~295^2~1^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d048ec7ab48254c505e1cee49441345ce12129fd;p=pandora-kernel.git OMAP: omap_device: fix nsec/usec conversion in latency calculations Use usecs = nsecs / NSEC_PER_USEC; instead of usecs = nsecs * NSEC_PER_USEC; Signed-off-by: Kevin Hilman Signed-off-by: Paul Walmsley --- Reading git-diff-tree failed