diff options
author | Wei Yongjun <[email protected]> | 2019-08-16 02:40:44 +0000 |
---|---|---|
committer | Alexei Starovoitov <[email protected]> | 2019-08-15 22:18:17 -0700 |
commit | e03250061b54041d3502696db421c44a4a8039f4 (patch) | |
tree | cd398ab0d2a6f2c747b5af55f32ccf993aa0d042 /tools/perf/scripts/python/check-perf-trace.py | |
parent | 82c4c3b7c76720672b84c849ffe7367801278b26 (diff) |
btf: fix return value check in btf_vmlinux_init()
In case of error, the function kobject_create_and_add() returns NULL
pointer not ERR_PTR(). The IS_ERR() test in the return value check
should be replaced with NULL test.
Fixes: 341dfcf8d78e ("btf: expose BTF info through sysfs")
Signed-off-by: Wei Yongjun <[email protected]>
Acked-by: Andrii Nakryiko <[email protected]>
Signed-off-by: Alexei Starovoitov <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/check-perf-trace.py')
0 files changed, 0 insertions, 0 deletions