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

Commit 0698c100 authored by Tharun Kumar Merugu's avatar Tharun Kumar Merugu Committed by Gerrit - the friendly Code Review server
Browse files

msm: ADSPRPC: Initialize the list for global gfa maps



List initialization for global gfa remote heap maps is
missing. Initializing the same.

Change-Id: Ibe479a0ccc8b829919f5ce92f7ac2f868a546736
Acked-by: default avatarHimateja Reddy <hmreddy@qti.qualcomm.com>
Signed-off-by: default avatarTharun Kumar Merugu <mtharu@codeaurora.org>
parent f9aee28d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1413,6 +1413,7 @@ static void fastrpc_init(struct fastrpc_apps *me)
{
	int i;
	INIT_HLIST_HEAD(&me->drivers);
	INIT_HLIST_HEAD(&me->maps);
	spin_lock_init(&me->hlock);
	mutex_init(&me->smd_mutex);
	me->channel = &gcinfo[0];