Loading drivers/soc/qcom/service-notifier.c +1 −1 Original line number Diff line number Diff line Loading @@ -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; Loading Loading
drivers/soc/qcom/service-notifier.c +1 −1 Original line number Diff line number Diff line Loading @@ -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; Loading