Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 347466
b: refs/heads/master
c: 0e3daa6
h: refs/heads/master
v: v3
  • Loading branch information
Rusty Russell committed Dec 18, 2012
1 parent 03227a3 commit f76d308
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: 589575a23562b588c82bdb57ed8c09bee5f0f174
refs/heads/master: 0e3daa6491699640b9efc321d61310aee9a809d5
2 changes: 1 addition & 1 deletion trunk/drivers/net/virtio_net.c
Original file line number Diff line number Diff line change
Expand Up @@ -635,7 +635,7 @@ static netdev_tx_t start_xmit(struct sk_buff *skb, struct net_device *dev)
err = xmit_skb(vi, skb);

/* This should not happen! */
if (unlikely(err < 0)) {
if (unlikely(err)) {
dev->stats.tx_fifo_errors++;
if (net_ratelimit())
dev_warn(&dev->dev,
Expand Down

0 comments on commit f76d308

Please sign in to comment.