mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-01-29 14:55:12 +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