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

Commit 75931dc3 authored by Eric Holmberg's avatar Eric Holmberg
Browse files

soc: qcom: glink: removing invalid comment



Internal task tracking comment was inadvertently included in change
cd01bd1f.

Remove comment.

Change-Id: Ic5627858976b51147a2f8a81bab14b3e90984006
Signed-off-by: default avatarEric Holmberg <eholmber@codeaurora.org>
parent 2a4b1904
Loading
Loading
Loading
Loading
+1 −8
Original line number Diff line number Diff line
@@ -2428,14 +2428,7 @@ static void glink_core_link_up(struct glink_transport_if *if_ptr)
static void glink_core_link_down(struct glink_transport_if *if_ptr)
{
	struct glink_core_xprt_ctx *xprt_ptr = if_ptr->glink_core_priv;
	/*
	 * TODO - this re-init isn't necessary as it is done in
	 * glink_core_register_transport().  This should be scaled down to only
	 * what is necessary and *all* of the necessary initialization should
	 * occur in glink_core_register_transport().
	 *
	 *  https://community.qualcomm.com/message/162820
	 */

	rwref_write_get(&xprt_ptr->xprt_state_lhb0);
	xprt_ptr->next_lcid = 1;
	xprt_ptr->local_state = GLINK_XPRT_DOWN;