summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@quicinc.com>2017-04-28 11:12:18 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2017-04-28 11:12:16 -0700
commitffee4e8638083f3a02f40e046d2c7a9af7dffa59 (patch)
tree055d1d362aa9c373d16d948f0a9567b6729b568d
parent0e233eddfb42d60c1b1a1a23a5dc3bd68dad5908 (diff)
parent0698c1003780434e5d368daf37bcebbb07f3581d (diff)
Merge "msm: ADSPRPC: Initialize the list for global gfa maps"
-rw-r--r--drivers/char/adsprpc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/char/adsprpc.c b/drivers/char/adsprpc.c
index 10c4d8ce2410..c267d3b86237 100644
--- a/drivers/char/adsprpc.c
+++ b/drivers/char/adsprpc.c
@@ -1465,6 +1465,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];