Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1486587b authored by Florian Westphal's avatar Florian Westphal Committed by David S. Miller
Browse files

pie: use qdisc_dequeue_head wrapper



Doesn't change generated code.

Signed-off-by: default avatarFlorian Westphal <fw@strlen.de>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 106323b9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -511,7 +511,7 @@ static int pie_dump_stats(struct Qdisc *sch, struct gnet_dump *d)
static struct sk_buff *pie_qdisc_dequeue(struct Qdisc *sch)
{
	struct sk_buff *skb;
	skb = __qdisc_dequeue_head(sch, &sch->q);
	skb = qdisc_dequeue_head(sch);

	if (!skb)
		return NULL;