Loading net/sched/cls_u32.c +2 −4 Original line number Diff line number Diff line Loading @@ -347,7 +347,6 @@ static int u32_destroy_key(struct tcf_proto *tp, struct tc_u_knode *n) if (n->ht_down) n->ht_down->refcnt--; #ifdef CONFIG_CLS_U32_PERF if (n) kfree(n->pf); #endif kfree(n); Loading Loading @@ -680,7 +679,6 @@ static int u32_change(struct tcf_proto *tp, unsigned long base, u32 handle, return 0; } #ifdef CONFIG_CLS_U32_PERF if (n) kfree(n->pf); #endif kfree(n); Loading Loading
net/sched/cls_u32.c +2 −4 Original line number Diff line number Diff line Loading @@ -347,7 +347,6 @@ static int u32_destroy_key(struct tcf_proto *tp, struct tc_u_knode *n) if (n->ht_down) n->ht_down->refcnt--; #ifdef CONFIG_CLS_U32_PERF if (n) kfree(n->pf); #endif kfree(n); Loading Loading @@ -680,7 +679,6 @@ static int u32_change(struct tcf_proto *tp, unsigned long base, u32 handle, return 0; } #ifdef CONFIG_CLS_U32_PERF if (n) kfree(n->pf); #endif kfree(n); Loading