Loading drivers/char/adsprpc.c +1 −1 Original line number Diff line number Diff line Loading @@ -3658,7 +3658,7 @@ static int fastrpc_internal_munmap(struct fastrpc_file *fl, pr_err("adsprpc: ERROR: %s: user application %s trying to unmap without initialization\n", __func__, current->comm); err = EBADR; goto bail; return err; } mutex_lock(&fl->internal_map_mutex); Loading Loading
drivers/char/adsprpc.c +1 −1 Original line number Diff line number Diff line Loading @@ -3658,7 +3658,7 @@ static int fastrpc_internal_munmap(struct fastrpc_file *fl, pr_err("adsprpc: ERROR: %s: user application %s trying to unmap without initialization\n", __func__, current->comm); err = EBADR; goto bail; return err; } mutex_lock(&fl->internal_map_mutex); Loading