Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 225193
b: refs/heads/master
c: 7edc345
h: refs/heads/master
i:
  225191: d10945a
v: v3
  • Loading branch information
Eric Dumazet authored and David S. Miller committed Dec 16, 2010
1 parent f02b162 commit 140d783
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: 0d0b16727f24f8258eeb33818347ca0f4557f982
refs/heads/master: 7edc3453e54432a9f1c636b6481f1107c9db19bd
2 changes: 1 addition & 1 deletion trunk/drivers/net/ifb.c
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ static void ri_tasklet(unsigned long dev)
}
}

while ((skb = skb_dequeue(&dp->tq)) != NULL) {
while ((skb = __skb_dequeue(&dp->tq)) != NULL) {
u32 from = G_TC_FROM(skb->tc_verd);

skb->tc_verd = 0;
Expand Down

0 comments on commit 140d783

Please sign in to comment.