From 8a8b402ee1f5da58341f64404a0a0c811d5f1f04 Mon Sep 17 00:00:00 2001 From: Ezekiel Dohmen <ezekiel.dohmen@ligo.org> Date: Fri, 4 Feb 2022 14:19:07 -0800 Subject: [PATCH] Fixing other test, so it uses new API --- src/drv/gpstime/tests/stress_and_verify/src/test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/drv/gpstime/tests/stress_and_verify/src/test.c b/src/drv/gpstime/tests/stress_and_verify/src/test.c index a966932be..849521966 100644 --- a/src/drv/gpstime/tests/stress_and_verify/src/test.c +++ b/src/drv/gpstime/tests/stress_and_verify/src/test.c @@ -22,7 +22,7 @@ static int __init greeter_init(void) /* for(i = 0; i < MP_NUM_REQS; ++i) { - ligo_gpstime_get_ts(&last_ts, force_sys_time); + ligo_gpstime_get_ts(&last_ts); pr_info("%s: gpstime is %lld, %lu\n", MODULE_NAME, last_ts.tv_sec, last_ts.tv_nsec); }*/ -- GitLab