Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 362651
b: refs/heads/master
c: cb95ec6
h: refs/heads/master
i:
  362649: d777353
  362647: 8453aab
v: v3
  • Loading branch information
Wei Yongjun authored and David S. Miller committed Apr 19, 2013
1 parent 4df991a commit 9879138
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e15465e1808542743627f13d1c0cbb7eacc82b83
refs/heads/master: cb95ec6261a205bde6451b972fbd6e1581608cae
2 changes: 1 addition & 1 deletion trunk/net/sched/cls_fw.c
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,6 @@ fw_change_attrs(struct net *net, struct tcf_proto *tp, struct fw_filter *f,
if (err < 0)
return err;

err = -EINVAL;
if (tb[TCA_FW_CLASSID]) {
f->res.classid = nla_get_u32(tb[TCA_FW_CLASSID]);
tcf_bind_filter(tp, &f->res, base);
Expand All @@ -218,6 +217,7 @@ fw_change_attrs(struct net *net, struct tcf_proto *tp, struct fw_filter *f,
}
#endif /* CONFIG_NET_CLS_IND */

err = -EINVAL;
if (tb[TCA_FW_MASK]) {
mask = nla_get_u32(tb[TCA_FW_MASK]);
if (mask != head->mask)
Expand Down

0 comments on commit 9879138

Please sign in to comment.