Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 1b92b7c2 authored by Runmin Wang's avatar Runmin Wang Committed by Gerrit - the friendly Code Review server
Browse files

soc: qcom: notifier: Put new_server and del_server into workqueue



QMI service use reader thread to call new_server/del_server.
Same thread is used for processing the incoming packets. If
we put the reader thread into sleep use qmi_txn_wait in the
new_server call back, the incoming message will never be
processed, and read thread will not wake up. So use a workqueue
to process the new_server/del_server to free up the read thread.

Change-Id: I23dc5fff232c738b7ebaab403b2c58e3f6e0e1a3
Signed-off-by: default avatarRunmin Wang <runminw@codeaurora.org>
parent 90e4b68f
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment