Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
libbpf: Simplify the find_elf_sec_sz() function
The check in the last return statement is unnecessary, we can just return the ret variable. But we can simplify the function further by returning 0 immediately if we find the section size and -ENOENT otherwise. Thus we can also remove the ret variable. Signed-off-by: Yuntao Wang <ytcoode@gmail.com>
- Loading branch information