Loading drivers/char/adsprpc.c +6 −1 Original line number Diff line number Diff line Loading @@ -2755,6 +2755,11 @@ static int fastrpc_internal_munmap(struct fastrpc_file *fl, mutex_unlock(&fl->fl_map_mutex); if (err) goto bail; VERIFY(err, map != NULL); if (err) { err = -EINVAL; goto bail; } VERIFY(err, !fastrpc_munmap_on_dsp(fl, map->raddr, map->phys, map->size, map->flags)); if (err) Loading Loading
drivers/char/adsprpc.c +6 −1 Original line number Diff line number Diff line Loading @@ -2755,6 +2755,11 @@ static int fastrpc_internal_munmap(struct fastrpc_file *fl, mutex_unlock(&fl->fl_map_mutex); if (err) goto bail; VERIFY(err, map != NULL); if (err) { err = -EINVAL; goto bail; } VERIFY(err, !fastrpc_munmap_on_dsp(fl, map->raddr, map->phys, map->size, map->flags)); if (err) Loading