Merge "msm: ADSPRPC: Initialize the list for global gfa maps"

This commit is contained in:
Linux Build Service Account 2017-04-28 11:12:18 -07:00 committed by Gerrit - the friendly Code Review server
commit ffee4e8638

View file

@ -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];