diff --git a/fs/binfmt_elf.c b/fs/binfmt_elf.c index 78f46089a0778..35240a7044131 100644 --- a/fs/binfmt_elf.c +++ b/fs/binfmt_elf.c @@ -819,7 +819,7 @@ static int load_elf_binary(struct linux_binprm *bprm) total_size = total_mapping_size(elf_phdata, loc->elf_ex.e_phnum); if (!total_size) { - error = -EINVAL; + retval = -EINVAL; goto out_free_dentry; } }