Loading net/ipc_router/ipc_router_core.c +2 −0 Original line number Diff line number Diff line Loading @@ -4298,6 +4298,8 @@ void msm_ipc_router_xprt_notify(struct msm_ipc_router_xprt *xprt, } } mutex_unlock(&xprt_info->rx_lock_lhb2); if (rport_ptr) kref_put(&rport_ptr->ref, ipc_router_release_rport); kthread_queue_work(&xprt_info->kworker, &xprt_info->read_data); } Loading Loading
net/ipc_router/ipc_router_core.c +2 −0 Original line number Diff line number Diff line Loading @@ -4298,6 +4298,8 @@ void msm_ipc_router_xprt_notify(struct msm_ipc_router_xprt *xprt, } } mutex_unlock(&xprt_info->rx_lock_lhb2); if (rport_ptr) kref_put(&rport_ptr->ref, ipc_router_release_rport); kthread_queue_work(&xprt_info->kworker, &xprt_info->read_data); } Loading