Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 349676
b: refs/heads/master
c: b914972
h: refs/heads/master
v: v3
  • Loading branch information
Ian Campbell authored and David S. Miller committed Feb 8, 2013
1 parent cf55858 commit f867ba0
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: 4cc7c1cb7b11b6f3515bd9075527576a1eecc4aa
refs/heads/master: b9149729ebdcfce63f853aa54a404c6a8f6ebbf3
2 changes: 1 addition & 1 deletion trunk/drivers/net/xen-netback/netback.c
Original file line number Diff line number Diff line change
Expand Up @@ -880,7 +880,7 @@ static void netbk_tx_err(struct xenvif *vif,

do {
make_tx_response(vif, txp, XEN_NETIF_RSP_ERROR);
if (cons >= end)
if (cons == end)
break;
txp = RING_GET_REQUEST(&vif->tx, cons++);
} while (1);
Expand Down

0 comments on commit f867ba0

Please sign in to comment.