diff --git a/net/sched/cls_u32.c b/net/sched/cls_u32.c index d30256ac3537..be71374001ad 100644 --- a/net/sched/cls_u32.c +++ b/net/sched/cls_u32.c @@ -873,7 +873,6 @@ static struct tc_u_knode *u32_init_knode(struct tcf_proto *tp, new->ifindex = n->ifindex; #endif new->fshift = n->fshift; - new->res = n->res; new->flags = n->flags; RCU_INIT_POINTER(new->ht_down, ht);