Merge "soc:qcom: Synchronize service notifier task's"

This commit is contained in:
Linux Build Service Account 2017-04-17 06:01:41 -07:00 committed by Gerrit - the friendly Code Review server
commit df2eb6a8bf

View file

@ -187,7 +187,7 @@ static void root_service_clnt_notify(struct qmi_handle *handle,
switch (event) {
case QMI_RECV_MSG:
schedule_work(&data->svc_rcv_msg);
queue_work(data->svc_event_wq, &data->svc_rcv_msg);
break;
default:
break;