log: destroy log_workqueue when the driver exits [1/1]
authorChao Liu <chao.liu@amlogic.com>
Mon, 17 Jan 2022 06:59:14 +0000 (14:59 +0800)
committerBruno Martins <bgcngm@gmail.com>
Sat, 20 Jul 2024 21:20:17 +0000 (22:20 +0100)
commit4d23274818389106c8cddd4327d1292ba5896dab
tree54ceeae17f78371cad03cb9818abed488b3a7959
parent26c3fb14ad4fc50f0aec0196ce5adb19c00a21de
log: destroy log_workqueue when the driver exits [1/1]

PD#SWPL-70250

Problem:
log workqueue is not destroyed and it leads to reboot crash

Solution:
destroy log_workqueue when the driver exits

Verify:
yocto + s4

Signed-off-by: Chao Liu <chao.liu@amlogic.com>
Change-Id: I2b04ae3a719e2779ca6e9b840d2a6832022eafb5
optee/log.c