diff options
Diffstat (limited to 'net/sched/cls_basic.c')
-rw-r--r-- | net/sched/cls_basic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sched/cls_basic.c b/net/sched/cls_basic.c index d76a35d0dc85..636d9131d870 100644 --- a/net/sched/cls_basic.c +++ b/net/sched/cls_basic.c | |||
@@ -137,7 +137,7 @@ static int basic_set_parms(struct net *net, struct tcf_proto *tp, | |||
137 | struct nlattr **tb, | 137 | struct nlattr **tb, |
138 | struct nlattr *est) | 138 | struct nlattr *est) |
139 | { | 139 | { |
140 | int err = -EINVAL; | 140 | int err; |
141 | struct tcf_exts e; | 141 | struct tcf_exts e; |
142 | struct tcf_ematch_tree t; | 142 | struct tcf_ematch_tree t; |
143 | 143 | ||