shared/timeout-ell: Fix timeout_add() implementation
authorInga Stotland <inga.stotland@intel.com>
Thu, 15 Apr 2021 05:03:47 +0000 (22:03 -0700)
committerAyush Garg <ayush.garg@samsung.com>
Fri, 11 Mar 2022 13:38:35 +0000 (19:08 +0530)
commit8d1683f838429f92833c3d1031e462e0dbd5fd1e
tree42723ffba7441bd8ad3889e28d0a0422cb9451b4
parente0fc743f425d30cd15ffc949374bbf5769d0d64b
shared/timeout-ell: Fix timeout_add() implementation

Since timeout_add() expects the timeout in milliseconds, the correct
ELL primitive to call is l_timeout_create_ms()

Signed-off-by: Anuj Jain <anuj01.jain@samsung.com>
Signed-off-by: Ayush Garg <ayush.garg@samsung.com>
src/shared/timeout-ell.c