Merge "msm: ADSPRPC: Set the device node in the session context"
This commit is contained in:
commit
0a39d9efce
1 changed files with 1 additions and 0 deletions
|
@ -1981,6 +1981,7 @@ static int fastrpc_session_alloc_locked(struct fastrpc_channel_ctx *chan,
|
||||||
if (err)
|
if (err)
|
||||||
goto bail;
|
goto bail;
|
||||||
chan->session[0].dev = me->dev;
|
chan->session[0].dev = me->dev;
|
||||||
|
chan->session[0].smmu.dev = me->dev;
|
||||||
}
|
}
|
||||||
|
|
||||||
*session = &chan->session[idx];
|
*session = &chan->session[idx];
|
||||||
|
|
Loading…
Add table
Reference in a new issue