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

Commit df2eb6a8 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

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

parents 38a8dd1d 79618505
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;