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

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

Merge "net: ipc_router: Decrement ref count for remote port"

parents dd67ccd7 77d41acb
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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);
}