diff options
author | Kevin Hilman <khilman@deeprootsystems.com> | 2009-12-09 00:34:25 +0100 |
---|---|---|
committer | paul <paul@twilight.(none)> | 2009-12-12 01:00:44 +0100 |
commit | d048ec7ab48254c505e1cee49441345ce12129fd (patch) | |
tree | 55f8f93492d2eec9030a0b55dac1a931efa40c07 /arch/arm/mach-omap2/prcm.c | |
parent | OMAP: hwmod: warn on missing clockdomain (diff) | |
download | linux-d048ec7ab48254c505e1cee49441345ce12129fd.tar.xz linux-d048ec7ab48254c505e1cee49441345ce12129fd.zip |
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 <khilman@deeprootsystems.com>
Signed-off-by: Paul Walmsley <paul@pwsan.com>
Diffstat (limited to 'arch/arm/mach-omap2/prcm.c')
0 files changed, 0 insertions, 0 deletions