Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 65165
b: refs/heads/master
c: 136e83d
h: refs/heads/master
i:
  65163: 22ae673
v: v3
  • Loading branch information
Johannes Berg authored and David S. Miller committed Sep 26, 2007
1 parent a96847b commit 0d25f1b
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: 3a4624652e68ee897145ac698a85bfd2603367c3
refs/heads/master: 136e83d6b8999f4ef680ff9cf2a67e1e1ccbd94e
2 changes: 1 addition & 1 deletion trunk/net/mac80211/wme.c
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ static int wme_qdiscop_init(struct Qdisc *qd, struct rtattr *opt)
skb_queue_head_init(&q->requeued[i]);
q->queues[i] = qdisc_create_dflt(qd->dev, &pfifo_qdisc_ops,
qd->handle);
if (q->queues[i] == 0) {
if (!q->queues[i]) {
q->queues[i] = &noop_qdisc;
printk(KERN_ERR "%s child qdisc %i creation failed", dev->name, i);
}
Expand Down

0 comments on commit 0d25f1b

Please sign in to comment.