]> git.baikalelectronics.ru Git - kernel.git/commit
tools/bpftool: Fix skeleton codegen
authorAndrii Nakryiko <andriin@fb.com>
Fri, 12 Jun 2020 20:16:03 +0000 (13:16 -0700)
committerAlexei Starovoitov <ast@kernel.org>
Fri, 12 Jun 2020 22:25:04 +0000 (15:25 -0700)
commit192c1df7ab7abdd5d11535f4ce44c942971cba21
tree07d8d66b127127df8ced2287e57b05bb2d6b8f93
parentecb2c3fae9664f01018cee05de50b5f8d5b3c8c1
tools/bpftool: Fix skeleton codegen

Remove unnecessary check at the end of codegen() routine which makes codegen()
to always fail and exit bpftool with error code. Positive value of variable
n is not an indicator of a failure.

Fixes: 7a105cad991e ("tools, bpftool: Exit on error in function codegen")
Signed-off-by: Andrii Nakryiko <andriin@fb.com>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Reviewed-by: Tobias Klauser <tklauser@distanz.ch>
Link: https://lore.kernel.org/bpf/20200612201603.680852-1-andriin@fb.com
tools/bpf/bpftool/gen.c