diff options
-rw-r--r-- | net/sched/sch_ingress.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sched/sch_ingress.c b/net/sched/sch_ingress.c index d803cd137629..1bbc648f06ee 100644 --- a/net/sched/sch_ingress.c +++ b/net/sched/sch_ingress.c | |||
@@ -35,7 +35,7 @@ struct ingress_qdisc_data { | |||
35 | static int ingress_graft(struct Qdisc *sch, unsigned long arg, | 35 | static int ingress_graft(struct Qdisc *sch, unsigned long arg, |
36 | struct Qdisc *new, struct Qdisc **old) | 36 | struct Qdisc *new, struct Qdisc **old) |
37 | { | 37 | { |
38 | return 1; | 38 | return -EOPNOTSUPP; |
39 | } | 39 | } |
40 | 40 | ||
41 | static struct Qdisc *ingress_leaf(struct Qdisc *sch, unsigned long arg) | 41 | static struct Qdisc *ingress_leaf(struct Qdisc *sch, unsigned long arg) |