struct bpf_struct_ops_value *uvalue, *kvalue;
        const struct btf_member *member;
        const struct btf_type *t = st_ops->type;
-       struct bpf_tramp_links *tlinks = NULL;
+       struct bpf_tramp_links *tlinks;
        void *udata, *kdata;
-       int prog_fd, err = 0;
+       int prog_fd, err;
        void *image, *image_end;
        u32 i;
 
        struct bpf_struct_ops_map *st_map, *old_st_map;
        struct bpf_map *old_map;
        struct bpf_struct_ops_link *st_link;
-       int err = 0;
+       int err;
 
        st_link = container_of(link, struct bpf_struct_ops_link, link);
        st_map = container_of(new_map, struct bpf_struct_ops_map, map);