Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 79297
b: refs/heads/master
c: 8916876
h: refs/heads/master
i:
  79295: c42b278
v: v3
  • Loading branch information
Patrick McHardy authored and David S. Miller committed Jan 28, 2008
1 parent 99a4135 commit 882557b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 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: 13893567358a8426d03ac3c613befc55431f23ce
refs/heads/master: 891687649a5c44a1d53668b4f7728bf97c8db8d5
9 changes: 1 addition & 8 deletions trunk/net/sched/sch_ingress.c
Original file line number Diff line number Diff line change
Expand Up @@ -221,14 +221,7 @@ static struct Qdisc_ops ingress_qdisc_ops __read_mostly = {

static int __init ingress_module_init(void)
{
int ret = 0;

if ((ret = register_qdisc(&ingress_qdisc_ops)) < 0) {
printk("Unable to register Ingress qdisc\n");
return ret;
}

return ret;
return register_qdisc(&ingress_qdisc_ops);
}

static void __exit ingress_module_exit(void)
Expand Down

0 comments on commit 882557b

Please sign in to comment.