Loading drivers/char/adsprpc.c +2 −0 Original line number Diff line number Diff line Loading @@ -2107,6 +2107,8 @@ static int fastrpc_init_process(struct fastrpc_file *fl, if (!strcmp(proc_name, "audiopd")) { fl->spdname = AUDIO_PDR_SERVICE_LOCATION_CLIENT_NAME; VERIFY(err, !fastrpc_mmap_remove_pdr(fl)); if (err) goto bail; } if (!me->staticpd_flags && !(me->legacy_remote_heap)) { Loading Loading
drivers/char/adsprpc.c +2 −0 Original line number Diff line number Diff line Loading @@ -2107,6 +2107,8 @@ static int fastrpc_init_process(struct fastrpc_file *fl, if (!strcmp(proc_name, "audiopd")) { fl->spdname = AUDIO_PDR_SERVICE_LOCATION_CLIENT_NAME; VERIFY(err, !fastrpc_mmap_remove_pdr(fl)); if (err) goto bail; } if (!me->staticpd_flags && !(me->legacy_remote_heap)) { Loading