diff options
author | John W. Linville <linville@tuxdriver.com> | 2006-08-14 19:33:54 (GMT) |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2006-08-14 19:33:54 (GMT) |
commit | e9ffb3d7ec94083a44a8721681391beca2ffd68c (patch) | |
tree | 6768ab487b3f44c2a4995ee61307e47760ca9b88 /net/sched | |
parent | 8b9411014e6f18a883c18b38f41338dbd53fddea (diff) | |
parent | e9fa4f7bd291c29a785666e2fa5a9cf3241ee6c3 (diff) | |
download | linux-fsl-qoriq-e9ffb3d7ec94083a44a8721681391beca2ffd68c.tar.xz |
Merge branch 'from-linus' into upstream
Diffstat (limited to 'net/sched')
-rw-r--r-- | net/sched/sch_api.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sched/sch_api.c b/net/sched/sch_api.c index c7844ba..a19eff1 100644 --- a/net/sched/sch_api.c +++ b/net/sched/sch_api.c @@ -430,7 +430,7 @@ qdisc_create(struct net_device *dev, u32 handle, struct rtattr **tca, int *errp) } #endif - err = -EINVAL; + err = -ENOENT; if (ops == NULL) goto err_out; |