aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/cls_basic.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/sched/cls_basic.c')
-rw-r--r--net/sched/cls_basic.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/sched/cls_basic.c b/net/sched/cls_basic.c
index cfeb6f158566..700b345b07f9 100644
--- a/net/sched/cls_basic.c
+++ b/net/sched/cls_basic.c
@@ -182,7 +182,6 @@ static int basic_change(struct net *net, struct sk_buff *in_skb,
182 if (err < 0) 182 if (err < 0)
183 goto errout; 183 goto errout;
184 184
185 err = -EINVAL;
186 if (handle) { 185 if (handle) {
187 fnew->handle = handle; 186 fnew->handle = handle;
188 if (!fold) { 187 if (!fold) {