1
0

Merge f4142dce5c on remote branch

Change-Id: I28f173ce6eb401127cbfbf38ea754c5f073c8ebe
Este cometimento está contido em:
Linux Build Service Account
2024-01-24 10:23:08 -08:00
ascendente 7ba5981c13 f4142dce5c
cometimento 4b8ecfbc5b

Ver ficheiro

@@ -6829,6 +6829,13 @@ static int fastrpc_check_pd_status(struct fastrpc_file *fl, char *sloc_name)
err = fastrpc_get_spd_session(sloc_name, &session, &cid);
if (err || cid != fl->cid)
goto bail;
if ((!strcmp(fl->servloc_name,
AUDIO_PDR_SERVICE_LOCATION_CLIENT_NAME)) &&
(me->channel[cid].spd[session].pdrcount !=
me->channel[cid].spd[session].prevpdrcount)) {
err = -ECONNRESET;
goto bail;
}
#if IS_ENABLED(CONFIG_QCOM_PDR_HELPERS)
if (!strcmp(fl->servloc_name,
AUDIO_PDR_SERVICE_LOCATION_CLIENT_NAME) || !strcmp(fl->servloc_name,