diff --git a/[refs] b/[refs] index 313b3b109790..ba790da0a38d 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: d54e6d872767ae6512978f86a35d623a8ed948c5 +refs/heads/master: 149490f131ab532a3b9e8806249a0e730994cdf6 diff --git a/trunk/net/sched/sch_multiq.c b/trunk/net/sched/sch_multiq.c index 7e151861794b..912731203047 100644 --- a/trunk/net/sched/sch_multiq.c +++ b/trunk/net/sched/sch_multiq.c @@ -202,7 +202,7 @@ static int multiq_tune(struct Qdisc *sch, struct nlattr *opt) int i; if (!netif_is_multiqueue(qdisc_dev(sch))) - return -EINVAL; + return -EOPNOTSUPP; if (nla_len(opt) < sizeof(*qopt)) return -EINVAL;