diff options
Diffstat (limited to 'net/sched/act_api.c')
-rw-r--r-- | net/sched/act_api.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sched/act_api.c b/net/sched/act_api.c index e33e43abe969..41fbd496abac 100644 --- a/net/sched/act_api.c +++ b/net/sched/act_api.c | |||
@@ -133,7 +133,7 @@ static int tcf_del_walker(struct sk_buff *skb, struct tc_action *a, | |||
133 | p = s_p; | 133 | p = s_p; |
134 | } | 134 | } |
135 | } | 135 | } |
136 | NLA_PUT(skb, TCA_FCNT, 4, &n_i); | 136 | NLA_PUT_U32(skb, TCA_FCNT, n_i); |
137 | nla_nest_end(skb, nest); | 137 | nla_nest_end(skb, nest); |
138 | 138 | ||
139 | return n_i; | 139 | return n_i; |