diff --git a/[refs] b/[refs] index b46141c4653b..b29f79efb003 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 3a4624652e68ee897145ac698a85bfd2603367c3 +refs/heads/master: 136e83d6b8999f4ef680ff9cf2a67e1e1ccbd94e diff --git a/trunk/net/mac80211/wme.c b/trunk/net/mac80211/wme.c index 89ce81529694..7ab82b376e1b 100644 --- a/trunk/net/mac80211/wme.c +++ b/trunk/net/mac80211/wme.c @@ -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); }