diff options
author | Wei Yongjun <weiyongjun1@huawei.com> | 2019-08-16 02:40:44 +0000 |
---|---|---|
committer | Alexei Starovoitov <ast@kernel.org> | 2019-08-15 22:18:17 -0700 |
commit | e03250061b54041d3502696db421c44a4a8039f4 (patch) | |
tree | cd398ab0d2a6f2c747b5af55f32ccf993aa0d042 /.mailmap | |
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 <weiyongjun1@huawei.com>
Acked-by: Andrii Nakryiko <andriin@fb.com>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Diffstat (limited to '.mailmap')
0 files changed, 0 insertions, 0 deletions