Do not call hal_device_led_put_backend() 43/254243/2 accepted/tizen/unified/20210225.130511 submit/tizen/20210225.041819
authorHyotaek Shim <hyotaek.shim@samsung.com>
Thu, 25 Feb 2021 03:53:32 +0000 (12:53 +0900)
committerHyotaek Shim <hyotaek.shim@samsung.com>
Thu, 25 Feb 2021 04:06:50 +0000 (13:06 +0900)
commitfb285c4a76af114ad398cac8043d73a689a7dc31
tree70a3cb2e850562d7ee7969128fa10b66fb8740a3
parent19c9ca4460feb0436d3573a332d39b7a859a4b82
Do not call hal_device_led_put_backend()

Deviced does not repeat loading/unloading plugin modules during runtime.
So, dlopen() is not required, and rather it will cause race condition during exit.

Change-Id: Ice5a4bbdda8afb38e7631d025f682fbc2f85d8fb
Signed-off-by: Hyotaek Shim <hyotaek.shim@samsung.com>
src/led/torch.c
src/led/touch-key.c