Merge "msm: ADSPRPC: Set the device node in the session context"

This commit is contained in:
Linux Build Service Account 2017-02-15 06:11:07 -08:00 committed by Gerrit - the friendly Code Review server
commit 0a39d9efce

View file

@ -1981,6 +1981,7 @@ static int fastrpc_session_alloc_locked(struct fastrpc_channel_ctx *chan,
if (err)
goto bail;
chan->session[0].dev = me->dev;
chan->session[0].smmu.dev = me->dev;
}
*session = &chan->session[idx];