Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 33215
b: refs/heads/master
c: b9e2cc0
h: refs/heads/master
i:
  33213: c667090
  33211: ab4610c
  33207: 2b04bac
  33199: 5353c2e
  33183: 1796710
  33151: 018dfd9
v: v3
  • Loading branch information
Jamal Hadi Salim authored and David S. Miller committed Aug 5, 2006
1 parent 7debdde commit d8ddba9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: bea1b42e1bb184cb75e6bbd95c83e4478dde4ab9
refs/heads/master: b9e2cc0f0e47ad351349156018ef8a365e9c6d25
2 changes: 1 addition & 1 deletion trunk/net/sched/sch_api.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit d8ddba9

Please sign in to comment.