Loading net/sched/sch_api.c +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading
net/sched/sch_api.c +1 −1 Original line number Diff line number Diff line Loading @@ -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