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