Revert "soc:qcom: Synchronize service notifier task's"
This reverts 'commit 7961850500
("soc:qcom: Synchronize
service notifier task's")'
This commit was made for synchronizing two notifier tasks that
were in race in back to back ADSP SSR testing. The change was to
synchronize two threads by queuing both threads in dedicated work
queue. However this caused certain corner case timing issues
in notification to clients of ADSP PD. So, revert it.
Change-Id: I69b27e2e4529b5f45ce0cc1f4a036412cbf5fab1
Signed-off-by: Avaneesh Kumar Dwivedi <akdwived@codeaurora.org>
This commit is contained in:
parent
048c70075f
commit
1ac8fd59eb
1 changed files with 1 additions and 1 deletions
|
@ -187,7 +187,7 @@ static void root_service_clnt_notify(struct qmi_handle *handle,
|
|||
|
||||
switch (event) {
|
||||
case QMI_RECV_MSG:
|
||||
queue_work(data->svc_event_wq, &data->svc_rcv_msg);
|
||||
schedule_work(&data->svc_rcv_msg);
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
|
|
Loading…
Add table
Reference in a new issue