Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 328116
b: refs/heads/master
c: f54ba77
h: refs/heads/master
v: v3
  • Loading branch information
David S. Miller committed Sep 27, 2012
1 parent 4dcd243 commit 4fa87b0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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: e905ed57baa82e15ce9c158a8f1e81f171042504
refs/heads/master: f54ba7798848ce1385a71b36a2c997422c82220a
2 changes: 1 addition & 1 deletion trunk/net/sched/sch_drr.c
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ static int drr_enqueue(struct sk_buff *skb, struct Qdisc *sch)
{
struct drr_sched *q = qdisc_priv(sch);
struct drr_class *cl;
int err;
int err = 0;

cl = drr_classify(skb, sch, &err);
if (cl == NULL) {
Expand Down
2 changes: 1 addition & 1 deletion trunk/net/sched/sch_qfq.c
Original file line number Diff line number Diff line change
Expand Up @@ -878,7 +878,7 @@ static int qfq_enqueue(struct sk_buff *skb, struct Qdisc *sch)
{
struct qfq_sched *q = qdisc_priv(sch);
struct qfq_class *cl;
int err;
int err = 0;

cl = qfq_classify(skb, sch, &err);
if (cl == NULL) {
Expand Down

0 comments on commit 4fa87b0

Please sign in to comment.