mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-12 16:58:53 +00:00
[PKT_SCHED]: Return ENOENT if qdisc module is unavailable
Return ENOENT if qdisc module is unavailable Signed-off-by: Jamal Hadi Salim <hadi@cyberus.ca> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
bea1b42e1b
commit
b9e2cc0f0e
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user