init: fix unit of latency_window
authorSong Liu <songliubraving@fb.com>
Mon, 18 May 2020 05:46:21 +0000 (22:46 -0700)
committerSong Liu <songliubraving@fb.com>
Tue, 19 May 2020 20:19:59 +0000 (13:19 -0700)
commit2e3fb343ec883674a4927f2da983759bf90a0671
tree7b6acecd0aba4d592f4b64e4915eb22270e3e438
parente1ce5b385c65803b170e512a1b5256bbe99f98f0
init: fix unit of latency_window

latency_window has unit of microseconds, and is compared against
usec_window. Therefore, there is no need to fix it up to nanoseconds.

Signed-off-by: Song Liu <songliubraving@fb.com>
init.c